Class DiscountTierListConverter
java.lang.Object
com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaDiscountTier>
com.broadleafcommerce.promotion.offer.provider.jpa.domain.DiscountTierListConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<List<JpaDiscountTier>,
String>
public class DiscountTierListConverter
extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaDiscountTier>
- Author:
- Jeff Fischer
-
Constructor Summary
ConstructorDescriptionDiscountTierListConverter
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class com.broadleafcommerce.common.jpa.converter.AbstractListConverter
convertToDatabaseColumn, convertToEntityAttribute, getObjectMapper
-
Constructor Details
-
DiscountTierListConverter
public DiscountTierListConverter(@Nullable @Qualifier("converterObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-