Class ProductAssetExportRowConverter

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

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