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