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