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