Class CustomerRowConverter
java.lang.Object
com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<Customer>
com.broadleafcommerce.customer.dataexport.converter.CustomerRowConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Customer,
Map<String, String>>
public class CustomerRowConverter
extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<Customer>
- Author:
- Vitalii Voronkov (vvoronkov)
- See Also:
-
Constructor Summary
ConstructorDescriptionCustomerRowConverter
(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper baseMapper) -
Method Summary
Methods inherited from class com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter
configureMapper, convertAndNormalize, convertAndNormalize, getHeaders, getMapper, getSpecification, normalizeExportDataRow
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
CustomerRowConverter
public CustomerRowConverter(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper baseMapper)
-
-
Method Details
-
convert
-
getSpecificationExportModule
protected com.fasterxml.jackson.databind.module.SimpleModule getSpecificationExportModule(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification) - Overrides:
getSpecificationExportModule
in classcom.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<Customer>
-