Class GetDeclaredFieldsFunction.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldsFunction.Abst
-
- io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldsFunction.ForJava7
-
- All Implemented Interfaces:
GetDeclaredFieldsFunction
,ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Field[],java.lang.Throwable>
- Enclosing interface:
- GetDeclaredFieldsFunction
public static class GetDeclaredFieldsFunction.ForJava7 extends GetDeclaredFieldsFunction.Abst
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDeclaredFieldsFunction.ForJava7.ForSemeru
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldsFunction
GetDeclaredFieldsFunction.Abst, GetDeclaredFieldsFunction.ForJava7
-
-
Field Summary
-
Fields inherited from class io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldsFunction.Abst
methodHandle
-
-
Constructor Summary
Constructors Constructor Description ForJava7(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Field[]
apply(java.lang.Class<?> cls)
-