Class PriceDataRowConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<PriceData,​Map<String,​String>>

    public class PriceDataRowConverter
    extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<PriceData>
    Converts a PriceData to a Map row representation.
    Author:
    Dima Myroniuk (dmyroniuk)
    See Also:
    PriceDataExportSpecification
    • Constructor Detail

      • PriceDataRowConverter

        public PriceDataRowConverter​(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification,
                                     com.fasterxml.jackson.databind.ObjectMapper objectMapper)