Interface Callable

    • Method Detail

      • hasReturnValue

        boolean hasReturnValue()
      • hasParameters

        boolean hasParameters()
      • getParameterCount

        int getParameterCount()
      • getParameterGenericType

        Type getParameterGenericType​(int index)
      • getParameterTypes

        Class<?>[] getParameterTypes()
      • isPrivate

        boolean isPrivate()
      • isResolvedToSameMethodInHierarchy

        boolean isResolvedToSameMethodInHierarchy​(ExecutableHelper executableHelper,
                                                  Class<?> mainSubType,
                                                  Callable superTypeMethod)