Uses of Interface
net.officefloor.plugin.clazz.method.MethodObjectFactory
-
Packages that use MethodObjectFactory Package Description net.officefloor.activity.procedure.spi net.officefloor.compile.test.managedfunction.clazz net.officefloor.plugin.clazz.method -
-
Uses of MethodObjectFactory in net.officefloor.activity.procedure.spi
Methods in net.officefloor.activity.procedure.spi with parameters of type MethodObjectFactory Modifier and Type Method Description void
ProcedureMethodContext. setMethodObjectInstanceFactory(MethodObjectFactory factory)
Overrides the defaultMethodObjectFactory
. -
Uses of MethodObjectFactory in net.officefloor.compile.test.managedfunction.clazz
Methods in net.officefloor.compile.test.managedfunction.clazz that return MethodObjectFactory Modifier and Type Method Description static MethodObjectFactory
MethodManagedFunctionBuilderUtil. instance(java.lang.Object object)
Convenience means to createMethodObjectFactory
.Methods in net.officefloor.compile.test.managedfunction.clazz with parameters of type MethodObjectFactory 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, MethodObjectFactory objectInstanceFactory, FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.String... propertyNameValues)
Builds theManagedFunctionType
. -
Uses of MethodObjectFactory in net.officefloor.plugin.clazz.method
Classes in net.officefloor.plugin.clazz.method that implement MethodObjectFactory Modifier and Type Class Description class
DefaultMethodObjectFactory
DefaultMethodObjectFactory
.class
StaticMethodObjectFactory
MethodObjectFactory
for staticMethod
.Methods in net.officefloor.plugin.clazz.method that return MethodObjectFactory Modifier and Type Method Description MethodObjectFactory
MethodObjectManufacturer. createMethodObjectInstanceFactory(MethodObjectManufacturerContext context)
Creates theMethodObjectFactory
.Constructors in net.officefloor.plugin.clazz.method with parameters of type MethodObjectFactory Constructor Description MethodFunction(MethodObjectFactory methodObjectInstanceFactory, java.lang.reflect.Method method, ClassDependencyFactory[] parameterFactories, MethodReturnTranslator<java.lang.Object,java.lang.Object> returnTranslator)
Initiate.MethodFunctionFactory(MethodObjectFactory methodObjectInstanceFactory, java.lang.reflect.Method method, ClassDependencyFactory[] parameters)
Initiate.
-