Class GetDeclaredFieldsFunction.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldsFunction.Abst
-
- All Implemented Interfaces:
GetDeclaredFieldsFunction
,ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Field[],java.lang.Throwable>
- Direct Known Subclasses:
GetDeclaredFieldsFunction.ForJava7
,GetDeclaredFieldsFunction.ForJava7.ForSemeru
- Enclosing interface:
- GetDeclaredFieldsFunction
public abstract static class GetDeclaredFieldsFunction.Abst extends java.lang.Object implements GetDeclaredFieldsFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldsFunction
GetDeclaredFieldsFunction.Abst, GetDeclaredFieldsFunction.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
-
-