Class MethodInfo

    • Constructor Detail

      • MethodInfo

        public MethodInfo​(Invocation theInvocation)
    • Method Detail

      • isValidException

        public boolean isValidException​(java.lang.Throwable throwable)
      • isValidReturnType

        public boolean isValidReturnType​(java.lang.Class clazz)
      • isVoid

        public boolean isVoid()
      • printMethodReturnType

        public java.lang.String printMethodReturnType()
      • getMethodName

        public java.lang.String getMethodName()
      • returnsPrimitive

        public boolean returnsPrimitive()
      • getMethod

        public java.lang.reflect.Method getMethod()
      • isDeclaredOnInterface

        public boolean isDeclaredOnInterface()