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:
CustomerExportSpecification
-
-
Constructor Summary
Constructors Constructor Description CustomerRowConverter(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper baseMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
convert(Customer source)
protected com.fasterxml.jackson.databind.module.SimpleModule
getSpecificationExportModule(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification)
-
Methods inherited from class com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter
configureMapper, convertAndNormalize, convertAndNormalize, getHeaders, getMapper, getSpecification, normalizeExportDataRow
-
-
-
-
Method Detail
-
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>
-
-