Uses of Interface
net.officefloor.plugin.managedfunction.method.MethodParameterManufacturer
-
Packages that use MethodParameterManufacturer Package Description net.officefloor.plugin.managedfunction.method.parameter net.officefloor.web.openapi.response -
-
Uses of MethodParameterManufacturer in net.officefloor.plugin.managedfunction.method.parameter
Methods in net.officefloor.plugin.managedfunction.method.parameter that return MethodParameterManufacturer Modifier and Type Method Description MethodParameterManufacturer
AbstractFlowParameterManufacturer. createService(ServiceContext context)
MethodParameterManufacturer
AbstractVariableParameterManufacturer. createService(ServiceContext context)
MethodParameterManufacturer
AsynchronousFlowParameterManufacturer. createService(ServiceContext context)
MethodParameterManufacturer
LoggerParameterManufacturer. createService(ServiceContext context)
MethodParameterManufacturer
ManagedFunctionContextParameterManufacturer. createService(ServiceContext context)
MethodParameterManufacturer
PropertyParameterManufacturer. createService(ServiceContext context)
MethodParameterManufacturer
ValueParameterManufacturer. createService(ServiceContext context)
-
Uses of MethodParameterManufacturer in net.officefloor.web.openapi.response
Classes in net.officefloor.web.openapi.response that implement MethodParameterManufacturer Modifier and Type Class Description class
ObjectResponseMethodParameterManufacturerServiceFactory
MethodParameterManufacturerServiceFactory
to provide enriched annotations for theObjectResponse
.Methods in net.officefloor.web.openapi.response that return MethodParameterManufacturer Modifier and Type Method Description MethodParameterManufacturer
ObjectResponseMethodParameterManufacturerServiceFactory. createService(ServiceContext context)
-