Class AdjustmentListConverter

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

    • AdjustmentListConverter

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