Class IncludedProductListConverter

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

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

    • IncludedProductListConverter

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