Class ContentZoneItemListConverter
java.lang.Object
com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaContentZoneItem>
com.broadleafcommerce.content.provider.jpa.domain.support.ContentZoneItemListConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<List<JpaContentZoneItem>,String>
public class ContentZoneItemListConverter
extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaContentZoneItem>
-
Constructor Summary
ConstructorsConstructorDescriptionContentZoneItemListConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class com.broadleafcommerce.common.jpa.converter.AbstractListConverter
convertToDatabaseColumn, convertToEntityAttribute, getObjectMapper
-
Constructor Details
-
ContentZoneItemListConverter
public ContentZoneItemListConverter(@Nullable @Qualifier("converterObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-