Class PriceDataRowConverter
java.lang.Object
com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<PriceData>
com.broadleafcommerce.pricing.dataexport.converter.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>
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
ConstructorDescriptionPriceDataRowConverter
(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter
configureMapper, convertAndNormalize, convertAndNormalize, getHeaders, getMapper, getSpecification, getSpecificationExportModule, 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
-
PriceDataRowConverter
public PriceDataRowConverter(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convert
-