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 Details

    • PricingCategoryAmountListConverter

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