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 ConstructorInvokeFunctionDriverAbst. getConstructorInvoker(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)protected ConstructorInvokeFunctionDriverAbst. 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 classConstructorInvokeFunction.Abststatic classConstructorInvokeFunction.ForJava7static classConstructorInvokeFunction.ForJava9
-