Modifier and Type | Interface and Description |
---|---|
interface |
DomainMapperManager
Manages one or more
DomainMapperMember instances as a transformation pipeline between
domain types. |
interface |
DomainMapperMember
Individual contributor to a transformation pipeline facilitated by
DomainMapperManager . |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuditDomainMapperMember
A special
DomainMapperMember which is responsible for adding basic audit information
during entity persistence. |
class |
BusinessTypeAwareDomainMapperMember
Support the
BusinessTypeAware interface for determination of the proper Business domain
type to associate with a repository domain instance. |
class |
ChangeContainerOverridableDomainMapperMember
A
DomainMapperMember implementation which is responsible for mapping the
ChangeContainer for a ChangeContainerOverridable projection domain over to its
repository domain. |
class |
CreateSetupDomainMapperMember
A special
DomainMapperMember which is responsible for performing any required operations
on entities prior to their creation in the database. |
class |
DefaultDomainMapperManager |
class |
ModelMapperDomainMapperMember
This
DomainMapperMember implementation utilizes the ModelMapper library as the
method of mapping between repository domain and business domain. |
class |
UpdateValidationDomainMapperMember
A special
DomainMapperMember which is responsible for validating the id variable state
for update requests. |
Modifier and Type | Class and Description |
---|---|
class |
MonetaryMapperMember
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleIndexRequestNotificationStateMapperMember
A
DomainMapperMember that is responsible for initializing the NotificationState
for SingleIndexRequestProducer on Indexable entities. |
Copyright © 2021. All rights reserved.