Class BatchItemListConverter

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

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

    • BatchItemListConverter

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