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