Uses of Interface
net.officefloor.plugin.managedfunction.method.MethodObjectInstanceManufacturer
-
Packages that use MethodObjectInstanceManufacturer Package Description net.officefloor.plugin.managedfunction.method net.officefloor.plugin.section.clazz -
-
Uses of MethodObjectInstanceManufacturer in net.officefloor.plugin.managedfunction.method
Methods in net.officefloor.plugin.managedfunction.method that return MethodObjectInstanceManufacturer Modifier and Type Method Description protected MethodObjectInstanceManufacturer
AbstractFunctionManagedFunctionSource. createMethodObjectInstanceManufacturer(java.lang.Class<?> clazz)
Creates theMethodObjectInstanceManufacturer
.Methods in net.officefloor.plugin.managedfunction.method with parameters of type MethodObjectInstanceManufacturer Modifier and Type Method Description ManagedFunctionTypeBuilder<Indexed,Indexed>
MethodManagedFunctionBuilder. buildMethod(java.lang.reflect.Method method, MethodObjectInstanceManufacturer methodObjectInstanceManufacturer, FunctionNamespaceBuilder namespaceBuilder, ManagedFunctionSourceContext context)
Builds theManagedFunction
. -
Uses of MethodObjectInstanceManufacturer in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz that return MethodObjectInstanceManufacturer Modifier and Type Method Description protected MethodObjectInstanceManufacturer
SectionClassManagedFunctionSource. createMethodObjectInstanceManufacturer(java.lang.Class<?> clazz)
-