Class ShipmentListConverter

  • All Implemented Interfaces:
    javax.persistence.AttributeConverter<List<com.broadleafcommerce.order.client.domain.Shipment>,​String>

    public class ShipmentListConverter
    extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<com.broadleafcommerce.order.client.domain.Shipment>
    Transforms a list of Shipment into a JSON object String and vice-versa.
    • Constructor Detail

      • ShipmentListConverter

        public ShipmentListConverter​(@Nullable @Qualifier("converterObjectMapper")
                                     com.fasterxml.jackson.databind.ObjectMapper objectMapper)