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 voidProcedureMethodContext. 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 MethodObjectFactoryMethodManagedFunctionBuilderUtil. 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 classDefaultMethodObjectFactoryDefaultMethodObjectFactory.classStaticMethodObjectFactoryMethodObjectFactoryfor staticMethod.Methods in net.officefloor.plugin.clazz.method that return MethodObjectFactory Modifier and Type Method Description MethodObjectFactoryMethodObjectManufacturer. 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.
-