Class VoucherListConverter

java.lang.Object
com.broadleafcommerce.common.jpa.converter.AbstractListConverter<com.broadleafcommerce.order.common.domain.Voucher>
com.broadleafcommerce.cart.provider.jpa.domain.support.VoucherListConverter
All Implemented Interfaces:
jakarta.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 Details

    • VoucherListConverter

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