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 GetFieldValueFunction
DriverAbst. getFieldValueRetriever(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
protected GetFieldValueFunction
DriverAbst. 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 interface
GetFieldValueFunction.Native
Classes in io.github.toolfactory.jvm.function.catalog that implement GetFieldValueFunction Modifier and Type Class Description static class
GetFieldValueFunction.ForJava7
static class
GetFieldValueFunction.Native.ForJava7
-