Class DiscountTierListConverter

  • All Implemented Interfaces:
    javax.persistence.AttributeConverter<List<JpaDiscountTier>,​String>

    public class DiscountTierListConverter
    extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaDiscountTier>
    Converter used for converting a String List type to a JSON String before persistence.
    Author:
    Jeff Fischer
    • Constructor Detail

      • DiscountTierListConverter

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