Class TypeExtractionUtils.LambdaExecutable

  • Enclosing class:
    TypeExtractionUtils

    public static class TypeExtractionUtils.LambdaExecutable
    extends Object
    Similar to a Java 8 Executable but with a return type.
    • Constructor Detail

      • LambdaExecutable

        public LambdaExecutable​(Constructor<?> constructor)
      • LambdaExecutable

        public LambdaExecutable​(Method method)
    • Method Detail

      • getParameterTypes

        public Type[] getParameterTypes()
      • getReturnType

        public Type getReturnType()
      • getName

        public String getName()
      • executablesEquals

        public boolean executablesEquals​(Method m)
      • executablesEquals

        public boolean executablesEquals​(Constructor<?> c)