Class ProductOptionListConverter

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

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

    • ProductOptionListConverter

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