Class CategoryProductExportRowConverter

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

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