Class InvocationInfo

    • Field Detail

      • method

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

    • Method Detail

      • isValidException

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

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

        public boolean isVoid()
        Returns true is the return type is Void or represents the pseudo-type to the keyword void. E.g: void foo() or Void bar()
      • 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()