Class VoucherListConverter

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

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

      • VoucherListConverter

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