Class SpecificItemChoiceListConverter

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

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

    • SpecificItemChoiceListConverter

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