Uses of Interface
net.officefloor.plugin.managedfunction.clazz.MethodManagedFunctionBuilder.ParameterManufacturer
-
Packages that use MethodManagedFunctionBuilder.ParameterManufacturer Package Description net.officefloor.plugin.managedfunction.clazz net.officefloor.plugin.section.clazz -
-
Uses of MethodManagedFunctionBuilder.ParameterManufacturer in net.officefloor.plugin.managedfunction.clazz
Classes in net.officefloor.plugin.managedfunction.clazz that implement MethodManagedFunctionBuilder.ParameterManufacturer Modifier and Type Class Description static class
MethodManagedFunctionBuilder.AsynchronousFlowParameterManufacturer
static class
MethodManagedFunctionBuilder.FlowParameterManufacturer<A extends java.lang.annotation.Annotation>
static class
MethodManagedFunctionBuilder.ManagedFunctionContextParameterManufacturer
Method parameters in net.officefloor.plugin.managedfunction.clazz with type arguments of type MethodManagedFunctionBuilder.ParameterManufacturer Modifier and Type Method Description protected void
MethodManagedFunctionBuilder. loadParameterManufacturers(java.util.List<MethodManagedFunctionBuilder.ParameterManufacturer> manufacturers)
Override to add additionalMethodManagedFunctionBuilder.ParameterManufacturer
instances. -
Uses of MethodManagedFunctionBuilder.ParameterManufacturer in net.officefloor.plugin.section.clazz
Method parameters in net.officefloor.plugin.section.clazz with type arguments of type MethodManagedFunctionBuilder.ParameterManufacturer Modifier and Type Method Description protected void
SectionClassManagedFunctionSource.SectionMethodManagedFunctionBuilder. loadParameterManufacturers(java.util.List<MethodManagedFunctionBuilder.ParameterManufacturer> manufacturers)
-