Class SetFieldValueFunction.Native.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction.Abst
-
- io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction.Native.ForJava7
-
- All Implemented Interfaces:
SetFieldValueFunction
,SetFieldValueFunction.Native
,TriConsumer<java.lang.Object,java.lang.reflect.Field,java.lang.Object>
- Enclosing interface:
- SetFieldValueFunction.Native
public static class SetFieldValueFunction.Native.ForJava7 extends SetFieldValueFunction.Abst implements SetFieldValueFunction.Native
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction
SetFieldValueFunction.Abst, SetFieldValueFunction.ForJava7, SetFieldValueFunction.Native
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction.Native
SetFieldValueFunction.Native.ForJava7
-
-
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 target, java.lang.reflect.Field field, java.lang.Object value)
protected void
checkNativeEngine()
-
-
-
Constructor Detail
-
ForJava7
public ForJava7(java.util.Map<java.lang.Object,java.lang.Object> context) throws InitializeException
- Throws:
InitializeException
-
-
Method Detail
-
checkNativeEngine
protected void checkNativeEngine() throws InitializeException
- Throws:
InitializeException
-
accept
public void accept(java.lang.Object target, java.lang.reflect.Field field, java.lang.Object value)
- Specified by:
accept
in interfaceTriConsumer<java.lang.Object,java.lang.reflect.Field,java.lang.Object>
-
-