Class SetFieldValueFunction
java.lang.Object
io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction
- All Implemented Interfaces:
TriConsumer<Object,Field,Object>
- Direct Known Subclasses:
SetFieldValueFunction.ForJava7,SetFieldValueFunction.Native
public abstract class SetFieldValueFunction extends Object implements TriConsumer<Object,Field,Object>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetFieldValueFunction.ForJava7static classSetFieldValueFunction.Native -
Constructor Summary
Constructors Constructor Description SetFieldValueFunction(Map<Object,Object> context) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.toolfactory.jvm.function.template.TriConsumer
accept
-
Constructor Details
-
SetFieldValueFunction
-