Class FacetRangeListConverter

  • All Implemented Interfaces:
    javax.persistence.AttributeConverter<List<com.broadleafcommerce.search.api.domain.FacetRange>,​String>

    public class FacetRangeListConverter
    extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<com.broadleafcommerce.search.api.domain.FacetRange>
    • Constructor Detail

      • FacetRangeListConverter

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