Class IncludedProductExportRowConverter

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

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