Class 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>
    Converts a Customer to a Map row representation.
    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)  
    • Constructor Detail

      • CustomerRowConverter

        public CustomerRowConverter​(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification,
                                    com.fasterxml.jackson.databind.ObjectMapper baseMapper)
    • Method Detail

      • getSpecificationExportModule

        protected com.fasterxml.jackson.databind.module.SimpleModule getSpecificationExportModule​(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification)
        Overrides:
        getSpecificationExportModule in class com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<Customer>