Uses of Interface
com.broadleafcommerce.data.tracking.core.mapping.DomainMapper
Package
Description
-
Uses of DomainMapper in com.broadleafcommerce.data.tracking.core.mapping
Modifier and TypeInterfaceDescriptioninterface
Manages one or moreDomainMapperMember
instances as a transformation pipeline between domain types.interface
Individual contributor to a transformation pipeline facilitated byDomainMapperManager
.Modifier and TypeClassDescriptionclass
A specialDomainMapperMember
which is responsible for adding basic audit information during entity persistence.class
Support theBusinessTypeAware
interface for determination of the proper Business domain type to associate with a repository domain instance.class
ADomainMapperMember
implementation which is responsible for mapping theChangeContainer
for aChangeContainerOverridable
projection domain over to its repository domain.class
A specialDomainMapperMember
which is responsible for performing any required operations on entities prior to their creation in the database.class
class
ThisDomainMapperMember
implementation utilizes theModelMapper
library as the method of mapping between repository domain and business domain.class
A specialDomainMapperMember
which is responsible for validating the id variable state for update requests. -
Uses of DomainMapper in com.broadleafcommerce.data.tracking.core.mapping.money
-
Uses of DomainMapper in com.broadleafcommerce.data.tracking.core.messaging.search.mapping
Modifier and TypeClassDescriptionclass
ADomainMapperMember
that is responsible for initializing theNotificationState
forSingleIndexRequestProducer
onIndexable
entities.