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 voidClassDependenciesManager. 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 ClassDependencyManufacturerAbstractFlowClassDependencyManufacturer. createService(ServiceContext context)ClassDependencyManufacturerAbstractVariableClassDependencyManufacturer. createService(ServiceContext context)ClassDependencyManufacturerAsynchronousFlowClassDependencyManufacturer. createService(ServiceContext context)ClassDependencyManufacturerLoggerClassDependencyManufacturer. createService(ServiceContext context)ClassDependencyManufacturerManagedFunctionContextClassDependencyManufacturer. createService(ServiceContext context)ClassDependencyManufacturerManagedObjectContextClassDependencyManufacturer. createService(ServiceContext context)ClassDependencyManufacturerPropertyClassDependencyManufacturer. createService(ServiceContext context)ClassDependencyManufacturerValueClassDependencyManufacturer. 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 classObjectResponseClassDependencyManufacturerServiceFactoryClassDependencyManufacturerServiceFactoryto provide enriched annotations for theObjectResponse.Methods in net.officefloor.web.openapi.response that return ClassDependencyManufacturer Modifier and Type Method Description ClassDependencyManufacturerObjectResponseClassDependencyManufacturerServiceFactory. createService(ServiceContext context)
-