Class ProductExportRowConverter

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

public class ProductExportRowConverter extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<Product>
Converts a Product to a Map row representation. This does not perform any conversion of related domains such as variants - only the simple resident fields of Product are included.
Author:
Samarth Dhruva (samarthd)