Class VariantExportRowConverter

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

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