Uses of Interface
net.officefloor.plugin.managedfunction.clazz.MethodObjectInstanceFactory
-
Packages that use MethodObjectInstanceFactory Package Description net.officefloor.plugin.managedfunction.clazz -
-
Uses of MethodObjectInstanceFactory in net.officefloor.plugin.managedfunction.clazz
Classes in net.officefloor.plugin.managedfunction.clazz that implement MethodObjectInstanceFactory Modifier and Type Class Description class
DefaultConstructorMethodObjectInstanceFactory
MethodObjectInstanceFactory
using the defaultConstructor
.Methods in net.officefloor.plugin.managedfunction.clazz that return MethodObjectInstanceFactory Modifier and Type Method Description MethodObjectInstanceFactory
MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer. createMethodObjectInstanceFactory()
Creates theMethodObjectInstanceFactory
.MethodObjectInstanceFactory
MethodManagedFunctionBuilder.MethodContext. getMethodObjectInstanceFactory()
Obtains theMethodObjectInstanceFactory
.Constructors in net.officefloor.plugin.managedfunction.clazz with parameters of type MethodObjectInstanceFactory Constructor Description ClassFunction(MethodObjectInstanceFactory methodObjectInstanceFactory, java.lang.reflect.Method method, ManagedFunctionParameterFactory[] parameterFactories)
Initiate.ClassFunctionFactory(MethodObjectInstanceFactory methodObjectInstanceFactory, java.lang.reflect.Method method, ManagedFunctionParameterFactory[] parameters)
Initiate.EnrichManagedFunctionTypeContext(java.lang.String functionName, java.lang.reflect.Method method, java.lang.Class<?> instanceClass, MethodObjectInstanceFactory methodObjectInstanceFactory, ManagedFunctionParameterFactory[] parameters, ManagedFunctionTypeBuilder<Indexed,Indexed> functionType)
Instantiate.MethodContext(java.lang.String functionName, java.lang.reflect.Method method, java.lang.Class<?> instanceClass, MethodObjectInstanceFactory methodObjectInstanceFactory)
Instantiate.MethodManagedFunctionFactoryContext(java.lang.String functionName, java.lang.reflect.Method method, java.lang.Class<?> instanceClass, MethodObjectInstanceFactory methodObjectInstanceFactory, ManagedFunctionParameterFactory[] parameters)
Instantiate.MethodManagedFunctionTypeContext(java.lang.String functionName, java.lang.reflect.Method method, java.lang.Class<?> instanceClass, MethodObjectInstanceFactory methodObjectInstanceFactory, ManagedFunctionFactory<Indexed,Indexed> functionFactory, FunctionNamespaceBuilder namespaceBuilder, Sequence objectSequence, Sequence flowSequence)
Instantiate.
-