Class ProductCharacteristicExportRowConverter

java.lang.Object
com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<ProductCharacteristic>
com.broadleafcommerce.catalog.dataexport.converter.ProductCharacteristicExportRowConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ProductCharacteristic,Map<String,String>>

public class ProductCharacteristicExportRowConverter extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<ProductCharacteristic>
Converts an ProductCharacteristic to a Map row representation. This does not perform any conversion of related domains - only the simple resident fields of ProductCharacteristic are included.
Since:
Catalog Services 2.3.0, ReleaseTrain 2.3.0
Author:
Jon Fleschler (jfleschler)