Class DelayedSubscriptionActionListConverter
java.lang.Object
com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaDelayedSubscriptionAction>
com.broadleafcommerce.subscription.provider.jpa.domain.support.DelayedSubscriptionActionListConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<List<JpaDelayedSubscriptionAction>,String>
public class DelayedSubscriptionActionListConverter
extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaDelayedSubscriptionAction>
- Author:
- Chris Kittrell (ckittrell)
-
Constructor Summary
ConstructorsConstructorDescriptionDelayedSubscriptionActionListConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class com.broadleafcommerce.common.jpa.converter.AbstractListConverter
convertToDatabaseColumn, convertToEntityAttribute, getObjectMapper
-
Constructor Details
-
DelayedSubscriptionActionListConverter
public DelayedSubscriptionActionListConverter(@Qualifier("converterObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-