Uses of Interface
io.github.toolfactory.jvm.function.catalog.MethodInvokeFunction
-
Packages that use MethodInvokeFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of MethodInvokeFunction in io.github.toolfactory.jvm
Methods in io.github.toolfactory.jvm that return MethodInvokeFunction Modifier and Type Method Description protected MethodInvokeFunction
DriverAbst. getMethodInvoker(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
protected MethodInvokeFunction
DriverAbst. getOrBuildMethodInvoker(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
Methods in io.github.toolfactory.jvm that return types with arguments of type MethodInvokeFunction Modifier and Type Method Description protected java.lang.Class<? extends MethodInvokeFunction>
DefaultDriver. getMethodInvokeFunctionClass()
protected abstract java.lang.Class<? extends MethodInvokeFunction>
DriverAbst. getMethodInvokeFunctionClass()
-
Uses of MethodInvokeFunction in io.github.toolfactory.jvm.function.catalog
Classes in io.github.toolfactory.jvm.function.catalog that implement MethodInvokeFunction Modifier and Type Class Description static class
MethodInvokeFunction.Abst
static class
MethodInvokeFunction.ForJava7
static class
MethodInvokeFunction.ForJava9
-