Uses of Interface
net.officefloor.plugin.clazz.dependency.ClassDependencyManufacturer
-
Packages that use ClassDependencyManufacturer Package Description net.officefloor.plugin.clazz.dependency net.officefloor.plugin.clazz.dependency.impl net.officefloor.web.openapi.response -
-
Uses of ClassDependencyManufacturer in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency with parameters of type ClassDependencyManufacturer Modifier and Type Method Description void
ClassDependenciesManager. addClassDependencyManufacturer(ClassDependencyManufacturer manufacturer)
Adds an additionalClassDependencyManufacturer
. -
Uses of ClassDependencyManufacturer in net.officefloor.plugin.clazz.dependency.impl
Methods in net.officefloor.plugin.clazz.dependency.impl that return ClassDependencyManufacturer Modifier and Type Method Description ClassDependencyManufacturer
AbstractFlowClassDependencyManufacturer. createService(ServiceContext context)
ClassDependencyManufacturer
AbstractVariableClassDependencyManufacturer. createService(ServiceContext context)
ClassDependencyManufacturer
AsynchronousFlowClassDependencyManufacturer. createService(ServiceContext context)
ClassDependencyManufacturer
LoggerClassDependencyManufacturer. createService(ServiceContext context)
ClassDependencyManufacturer
ManagedFunctionContextClassDependencyManufacturer. createService(ServiceContext context)
ClassDependencyManufacturer
ManagedObjectContextClassDependencyManufacturer. createService(ServiceContext context)
ClassDependencyManufacturer
PropertyClassDependencyManufacturer. createService(ServiceContext context)
ClassDependencyManufacturer
ValueClassDependencyManufacturer. createService(ServiceContext context)
-
Uses of ClassDependencyManufacturer in net.officefloor.web.openapi.response
Classes in net.officefloor.web.openapi.response that implement ClassDependencyManufacturer Modifier and Type Class Description class
ObjectResponseClassDependencyManufacturerServiceFactory
ClassDependencyManufacturerServiceFactory
to provide enriched annotations for theObjectResponse
.Methods in net.officefloor.web.openapi.response that return ClassDependencyManufacturer Modifier and Type Method Description ClassDependencyManufacturer
ObjectResponseClassDependencyManufacturerServiceFactory. createService(ServiceContext context)
-