Class AccessRestrictionListConverter

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

public class AccessRestrictionListConverter extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaAccessRestriction>
Transforms a list of JpaAccessRestriction into a JSON object String and vice-versa.
Since:
Customer Services 2.1.0, Release Train 2.3.0
Author:
Sunny Yu
  • Constructor Details

    • AccessRestrictionListConverter

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