Interface PostMapperMember
- All Superinterfaces:
com.broadleafcommerce.common.extension.data.DataRoutePartitionAware,org.springframework.core.Ordered,PostMapper
public interface PostMapperMember
extends PostMapper, org.springframework.core.Ordered, com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
Individual contributor to a transformation pipeline facilitated by
DomainMapperManager.
Members are responsible for for any final transformations to the projections returned from other
methods in DomainMapperManager. Members are executed in the order defined.- Author:
- Jeff Fischer
-
Field Summary
Fields inherited from interface com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
ALL_MATCHFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
getDataRoutePartitionMethods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.PostMapper
transform, transform
-
Method Details
-
getOrder
default int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-