Class CartItemListConverter
- java.lang.Object
-
- com.broadleafcommerce.common.jpa.converter.AbstractListConverter<StoredCartItem>
-
- com.broadleafcommerce.cart.provider.jpa.domain.support.CartItemListConverter
-
- All Implemented Interfaces:
javax.persistence.AttributeConverter<List<StoredCartItem>,String>
public class CartItemListConverter extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<StoredCartItem>
Transforms a list ofStoredCartItem
into a JSON objectString
and vice-versa.
-
-
Constructor Summary
Constructors Constructor Description CartItemListConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-