Class AdjustmentListConverter

  • All Implemented Interfaces:
    javax.persistence.AttributeConverter<List<com.broadleafcommerce.order.common.domain.Adjustment>,​String>

    public class AdjustmentListConverter
    extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<com.broadleafcommerce.order.common.domain.Adjustment>
    Transforms a list of Adjustment into a JSON object String and vice-versa.
    • Constructor Detail

      • AdjustmentListConverter

        public AdjustmentListConverter​(@Nullable @Qualifier("converterObjectMapper")
                                       com.fasterxml.jackson.databind.ObjectMapper objectMapper)