Uses of Class
io.polygenesis.models.apiimpl.ServiceDependency
-
-
Uses of ServiceDependency in io.polygenesis.models.apiimpl
Subclasses of ServiceDependency in io.polygenesis.models.apiimpl Modifier and Type Class Description classDomainObjectConverterThe type Domain object converter.Methods in io.polygenesis.models.apiimpl that return types with arguments of type ServiceDependency Modifier and Type Method Description Set<ServiceDependency>ServiceImplementation. getDependencies()Gets dependencies.Constructor parameters in io.polygenesis.models.apiimpl with type arguments of type ServiceDependency Constructor Description ServiceImplementation(io.polygenesis.models.api.Service service, Set<ServiceDependency> dependencies, Set<ServiceMethodImplementation> serviceMethodImplementations, Set<DomainObjectConverter> domainObjectConverters, io.polygenesis.models.domain.DomainObject domainObject, io.polygenesis.models.domain.DomainObject parentAggregateRoot)Instantiates a new Service implementation.
-