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_MATCH

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     

    Methods inherited from interface com.broadleafcommerce.common.extension.data.DataRoutePartitionAware

    getDataRoutePartition

    Methods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.PostMapper

    transform, transform
  • Method Details

    • getOrder

      default int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered