Class AttributeChoiceValueListConverter

java.lang.Object
com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaAttributeChoiceValue>
com.broadleafcommerce.catalog.provider.jpa.domain.support.AttributeChoiceValueListConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<List<JpaAttributeChoiceValue>,String>

public class AttributeChoiceValueListConverter extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaAttributeChoiceValue>
Transforms a list of JpaAttributeChoiceValue into a JSON object String and vice-versa.
Author:
Samarth Dhruva (samarthd)
  • Constructor Details

    • AttributeChoiceValueListConverter

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