Class SetFieldValueFunction.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction.Abst
-
- io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction.ForJava7
-
- All Implemented Interfaces:
SetFieldValueFunction
,TriConsumer<java.lang.Object,java.lang.reflect.Field,java.lang.Object>
- Enclosing interface:
- SetFieldValueFunction
public static class SetFieldValueFunction.ForJava7 extends SetFieldValueFunction.Abst
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction
SetFieldValueFunction.Abst, SetFieldValueFunction.ForJava7, SetFieldValueFunction.Native
-
-
Field Summary
Fields Modifier and Type Field Description (package private) 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 void
accept(java.lang.Object origTarget, java.lang.reflect.Field field, java.lang.Object value)
-