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

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default int getOrder()  
      • Methods inherited from interface com.broadleafcommerce.common.extension.data.DataRoutePartitionAware

        getDataRoutePartition
    • Method Detail

      • getOrder

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