Class AttributeMapConverter

  • All Implemented Interfaces:
    javax.persistence.AttributeConverter<Map<String,​JpaAttribute>,​String>

    public class AttributeMapConverter
    extends com.broadleafcommerce.common.jpa.converter.AbstractMapConverter<String,​JpaAttribute>
    Transforms a Map of String keys and JpaAttribute values into a JSON object String and vice versa.
    Author:
    Samarth Dhruva (samarthd), Chris Kittrell (ckittrell)
    • Constructor Detail

      • AttributeMapConverter

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