Class AttributeMapConverter

java.lang.Object
com.broadleafcommerce.common.jpa.converter.AbstractMapConverter<String,JpaAttribute>
com.broadleafcommerce.customer.provider.jpa.domain.support.AttributeMapConverter
All Implemented Interfaces:
jakarta.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 Details

    • AttributeMapConverter

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