Class ProductOptionExportRowConverter

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

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