Package org.seedstack.business.spi
Provides classes, interfaces and annotations to extend the business framework.
-
Interface Summary Interface Description DtoInfoResolver Interface for classes implementing the ability to instantiate corresponding aggregates and identifiers from a DTO.SpecificationConverter<S extends Specification<?>,C,T> Interface for classes implementing conversion from a particularSpecificationtype to a target object representing this specification.SpecificationTranslator<C,T> Translates aSpecificationinto a target object by invoking the relevantSpecificationConverters. -
Annotation Types Summary Annotation Type Description GenericImplementation This annotation can be used on an implementation of aRepositoryor anAssemblerto declare it as a generic implementation.