Class DelegatingMethod

    • Field Detail

      • method

        private final java.lang.reflect.Method method
      • parameterTypes

        private final java.lang.Class<?>[] parameterTypes
    • Constructor Detail

      • DelegatingMethod

        public DelegatingMethod​(java.lang.reflect.Method method)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
        Returns:
        True if the input object is a DelegatingMethod which has an internal Method which is equal to the internal Method of this DelegatingMethod, or if the input object is a Method which is equal to the internal Method of this DelegatingMethod.
      • hashCode

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