Uses of Interface
io.github.toolfactory.jvm.function.catalog.GetFieldValueFunction
-
Packages that use GetFieldValueFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of GetFieldValueFunction in io.github.toolfactory.jvm
Methods in io.github.toolfactory.jvm that return GetFieldValueFunction Modifier and Type Method Description protected GetFieldValueFunctionDriverAbst. getFieldValueRetriever(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)protected GetFieldValueFunctionDriverAbst. getOrBuildFieldValueRetriever(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)Methods in io.github.toolfactory.jvm that return types with arguments of type GetFieldValueFunction Modifier and Type Method Description protected java.lang.Class<? extends GetFieldValueFunction>DefaultDriver. getGetFieldValueFunctionClass()protected abstract java.lang.Class<? extends GetFieldValueFunction>DriverAbst. getGetFieldValueFunctionClass()protected java.lang.Class<? extends GetFieldValueFunction>NativeDriver. getGetFieldValueFunctionClass() -
Uses of GetFieldValueFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of GetFieldValueFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description static interfaceGetFieldValueFunction.NativeClasses in io.github.toolfactory.jvm.function.catalog that implement GetFieldValueFunction Modifier and Type Class Description static classGetFieldValueFunction.ForJava7static classGetFieldValueFunction.Native.ForJava7
-