Class GetFieldValueFunction.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetFieldValueFunction.ForJava7
-
- All Implemented Interfaces:
GetFieldValueFunction
,BiFunction<java.lang.Object,java.lang.reflect.Field,java.lang.Object>
- Enclosing interface:
- GetFieldValueFunction
public static class GetFieldValueFunction.ForJava7 extends java.lang.Object implements GetFieldValueFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetFieldValueFunction
GetFieldValueFunction.ForJava7, GetFieldValueFunction.Native
-
-
Field Summary
Fields Modifier and Type Field Description protected sun.misc.Unsafe
unsafe
-
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.Object
apply(java.lang.Object target, java.lang.reflect.Field field)
-
-
-
Method Detail
-
apply
public java.lang.Object apply(java.lang.Object target, java.lang.reflect.Field field)
- Specified by:
apply
in interfaceBiFunction<java.lang.Object,java.lang.reflect.Field,java.lang.Object>
-
-