Class NestedMethodSelector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.Class<?>> enclosingClasses  
      private java.lang.reflect.Method method  
      private java.lang.Class<?> nestedClass  
    • Constructor Summary

      Constructors 
      Constructor Description
      NestedMethodSelector​(java.util.List<java.lang.Class<?>> enclosingClasses, java.lang.Class<?> nestedClass, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      (package private) java.util.List<java.lang.Class<?>> getEnclosingClasses()  
      (package private) java.lang.reflect.Method getMethod()  
      (package private) java.lang.Class<?> getNestedClass()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • enclosingClasses

        private final java.util.List<java.lang.Class<?>> enclosingClasses
      • nestedClass

        private final java.lang.Class<?> nestedClass
      • method

        private final java.lang.reflect.Method method
    • Constructor Detail

      • NestedMethodSelector

        NestedMethodSelector​(java.util.List<java.lang.Class<?>> enclosingClasses,
                             java.lang.Class<?> nestedClass,
                             java.lang.reflect.Method method)
    • Method Detail

      • getEnclosingClasses

        java.util.List<java.lang.Class<?>> getEnclosingClasses()
      • getNestedClass

        java.lang.Class<?> getNestedClass()
      • getMethod

        java.lang.reflect.Method getMethod()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object