Class MethodWrapper<T>


  • public class MethodWrapper<T>
    extends java.lang.Object
    Wrap a Method so that it is easier to call.
    • Constructor Detail

      • MethodWrapper

        public MethodWrapper​(java.lang.reflect.Method method,
                             java.lang.Class<T> returnType)
    • Method Detail

      • getMethodName

        public java.lang.String getMethodName()
      • getMethodType

        public MethodType getMethodType()
      • getReturnType

        public java.lang.Class<T> getReturnType()
      • disable

        public void disable()
      • 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