Uses of Interface
net.officefloor.plugin.managedfunction.method.MethodObjectInstanceFactory
-
Packages that use MethodObjectInstanceFactory Package Description net.officefloor.activity.procedure.spi net.officefloor.compile.test.managedfunction.clazz net.officefloor.plugin.managedfunction.method -
-
Uses of MethodObjectInstanceFactory in net.officefloor.activity.procedure.spi
Methods in net.officefloor.activity.procedure.spi with parameters of type MethodObjectInstanceFactory Modifier and Type Method Description void
ProcedureMethodContext. setMethodObjectInstanceFactory(MethodObjectInstanceFactory factory)
Overrides the defaultMethodObjectInstanceFactory
. -
Uses of MethodObjectInstanceFactory in net.officefloor.compile.test.managedfunction.clazz
Methods in net.officefloor.compile.test.managedfunction.clazz that return MethodObjectInstanceFactory Modifier and Type Method Description static MethodObjectInstanceFactory
MethodManagedFunctionBuilderUtil. instance(java.lang.Object object)
Convenience means to createMethodObjectInstanceFactory
.Methods in net.officefloor.compile.test.managedfunction.clazz with parameters of type MethodObjectInstanceFactory Modifier and Type Method Description static <T> ManagedFunctionType<Indexed,Indexed>
MethodManagedFunctionBuilderUtil. buildMethod(java.lang.Class<T> clazz, java.util.function.Function<java.lang.Class<T>,java.lang.reflect.Method> methodFactory, MethodObjectInstanceFactory objectInstanceFactory, FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.String... propertyNameValues)
Builds theManagedFunctionType
. -
Uses of MethodObjectInstanceFactory in net.officefloor.plugin.managedfunction.method
Classes in net.officefloor.plugin.managedfunction.method that implement MethodObjectInstanceFactory Modifier and Type Class Description class
DefaultConstructorMethodObjectInstanceFactory
MethodObjectInstanceFactory
using the defaultConstructor
.Methods in net.officefloor.plugin.managedfunction.method that return MethodObjectInstanceFactory Modifier and Type Method Description MethodObjectInstanceFactory
MethodObjectInstanceManufacturer. createMethodObjectInstanceFactory()
Creates theMethodObjectInstanceFactory
.MethodObjectInstanceFactory
MethodManagedFunctionBuilder.MethodContext. getMethodObjectInstanceFactory()
Obtains theMethodObjectInstanceFactory
.Constructors in net.officefloor.plugin.managedfunction.method with parameters of type MethodObjectInstanceFactory Constructor Description EnrichManagedFunctionTypeContext(java.lang.String functionName, java.lang.reflect.Method method, MethodObjectInstanceFactory methodObjectInstanceFactory, MethodParameterFactory[] parameters, ManagedFunctionTypeBuilder<Indexed,Indexed> functionType)
Instantiate.MethodContext(java.lang.String functionName, java.lang.reflect.Method method, MethodObjectInstanceFactory methodObjectInstanceFactory)
Instantiate.MethodFunction(MethodObjectInstanceFactory methodObjectInstanceFactory, java.lang.reflect.Method method, MethodParameterFactory[] parameterFactories, MethodReturnTranslator<java.lang.Object,java.lang.Object> returnTranslator)
Initiate.MethodFunctionFactory(MethodObjectInstanceFactory methodObjectInstanceFactory, java.lang.reflect.Method method, MethodParameterFactory[] parameters)
Initiate.MethodManagedFunctionFactoryContext(java.lang.String functionName, java.lang.reflect.Method method, MethodObjectInstanceFactory methodObjectInstanceFactory, MethodParameterFactory[] parameters)
Instantiate.MethodManagedFunctionTypeContext(java.lang.String functionName, java.lang.reflect.Method method, MethodObjectInstanceFactory methodObjectInstanceFactory, ManagedFunctionFactory<Indexed,Indexed> functionFactory, FunctionNamespaceBuilder namespaceBuilder, Sequence objectSequence, Sequence flowSequence)
Instantiate.
-