Uses of Interface
io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction
-
Packages that use SetFieldValueFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of SetFieldValueFunction in io.github.toolfactory.jvm
Methods in io.github.toolfactory.jvm that return SetFieldValueFunction Modifier and Type Method Description protected SetFieldValueFunctionDriverAbst. getFieldValueSetter(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)protected SetFieldValueFunctionDriverAbst. getOrBuildFieldValueSetter(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)Methods in io.github.toolfactory.jvm that return types with arguments of type SetFieldValueFunction Modifier and Type Method Description protected java.lang.Class<? extends SetFieldValueFunction>DefaultDriver. getSetFieldValueFunctionClass()protected abstract java.lang.Class<? extends SetFieldValueFunction>DriverAbst. getSetFieldValueFunctionClass()protected java.lang.Class<? extends SetFieldValueFunction>NativeDriver. getSetFieldValueFunctionClass() -
Uses of SetFieldValueFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of SetFieldValueFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description static interfaceSetFieldValueFunction.NativeClasses in io.github.toolfactory.jvm.function.catalog that implement SetFieldValueFunction Modifier and Type Class Description static classSetFieldValueFunction.Abststatic classSetFieldValueFunction.ForJava7static classSetFieldValueFunction.Native.ForJava7
-