Class SkuInventoryRowConverter
- java.lang.Object
-
- com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<SkuInventory>
-
- com.broadleafcommerce.inventory.dataexport.converter.SkuInventoryRowConverter
-
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<SkuInventory,Map<String,String>>
public class SkuInventoryRowConverter extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<SkuInventory>
- Author:
- Kelly Tisdell (ktisdell)
-
-
Constructor Summary
Constructors Constructor Description SkuInventoryRowConverter(SkuInventoryExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
convert(SkuInventory skuInventory)
-
Methods inherited from class com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter
configureMapper, convertAndNormalize, convertAndNormalize, getHeaders, getMapper, getSpecification, getSpecificationExportModule, normalizeExportDataRow
-
-
-
-
Constructor Detail
-
SkuInventoryRowConverter
public SkuInventoryRowConverter(SkuInventoryExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Detail
-
convert
public Map<String,String> convert(SkuInventory skuInventory)
-
-