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