Modifier and Type | Method and Description |
---|---|
DomainMapperMember |
DomainMapperAutoConfiguration.basicAuditDomainMapperMember() |
DomainMapperMember |
DomainMapperAutoConfiguration.businessTypeAwareDomainMapperMember(com.broadleafcommerce.common.extension.TypeFactory typeFactory) |
DomainMapperMember |
DomainMapperAutoConfiguration.changeContainerOverridableDomainMapperMember(com.broadleafcommerce.common.extension.TypeFactory typeFactory) |
DomainMapperMember |
DomainMapperAutoConfiguration.createSetupDomainMapperMember() |
DomainMapperMember |
DomainMapperAutoConfiguration.modelMapperDomainMapperMember(TrackableDomainMapperMemberSupport trackableSupport,
TrackableBehaviorUtil behaviorUtil) |
DomainMapperMember |
DomainMapperAutoConfiguration.updateValidationDomainMapperMember() |
Modifier and Type | Method and Description |
---|---|
ModelMapperSerializer |
DomainMapperAutoConfiguration.ModelMapperCacheConfig.modelMapperSerializer(DomainMapperMember domainMapperMember,
DomainMapperManager domainMapperManager,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
ResourceProvider resourceProvider,
KryoCustomizer kryoCustomizer,
com.broadleafcommerce.common.extension.data.DataRouteReference reference,
ModelMapperCacheProperties properties) |
Modifier and Type | Method and Description |
---|---|
DomainMapperManager |
DomainMapperAutoConfiguration.domainMapperManager(List<DomainMapperMember> members,
List<PostMapperMember> postMembers,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
com.broadleafcommerce.common.extension.data.DataRouteReference reference) |
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 |
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. |
Constructor and Description |
---|
DefaultDomainMapperManager(List<DomainMapperMember> members,
List<PostMapperMember> postMembers,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
com.broadleafcommerce.common.extension.data.DataRouteReference reference) |
DefaultDomainMapperManager(List<DomainMapperMember> members,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
com.broadleafcommerce.common.extension.data.DataRouteReference reference) |
Constructor and Description |
---|
DefaultModelMapperSerializer(DomainMapperMember domainMapperMember,
DomainMapperManager domainMapperManager,
ResourceProvider resourceProvider,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
KryoCustomizer kryoCustomizer,
com.broadleafcommerce.common.extension.data.DataRouteReference reference,
ModelMapperCacheProperties properties) |
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.