Class SetFieldValueFunction.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction.Abst
-
- All Implemented Interfaces:
SetFieldValueFunction
,TriConsumer<java.lang.Object,java.lang.reflect.Field,java.lang.Object>
- Direct Known Subclasses:
SetFieldValueFunction.ForJava7
,SetFieldValueFunction.Native.ForJava7
- Enclosing interface:
- SetFieldValueFunction
public abstract static class SetFieldValueFunction.Abst extends java.lang.Object implements SetFieldValueFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction
SetFieldValueFunction.Abst, SetFieldValueFunction.ForJava7, SetFieldValueFunction.Native
-
-
Constructor Summary
Constructors Constructor Description 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.TriConsumer
accept
-
-