Class AttributeChoiceValueExportRowConverter

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

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