Class OfferItemCriteriaRuleSetConverter

  • All Implemented Interfaces:
    javax.persistence.AttributeConverter<HashSet<JpaItemCriteriaRule>,​String>

    public class OfferItemCriteriaRuleSetConverter
    extends com.broadleafcommerce.common.jpa.converter.AbstractSetConverter<JpaItemCriteriaRule>
    Transforms a Set to and from a JSON object string.
    Author:
    Nathan Moore (nathandmoore)
    • Constructor Detail

      • OfferItemCriteriaRuleSetConverter

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