Class GetDeclaredMethodsFunction.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetDeclaredMethodsFunction.Abst
-
- All Implemented Interfaces:
GetDeclaredMethodsFunction
,ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Method[],java.lang.Throwable>
- Direct Known Subclasses:
GetDeclaredMethodsFunction.ForJava7
,GetDeclaredMethodsFunction.ForJava7.ForSemeru
- Enclosing interface:
- GetDeclaredMethodsFunction
public abstract static class GetDeclaredMethodsFunction.Abst extends java.lang.Object implements GetDeclaredMethodsFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetDeclaredMethodsFunction
GetDeclaredMethodsFunction.Abst, GetDeclaredMethodsFunction.ForJava7
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.invoke.MethodHandle
methodHandle
-
Constructor Summary
Constructors Modifier Constructor Description protected
Abst(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingFunction
apply
-
-