Class SpecificItemChoiceExportRowConverter
java.lang.Object
com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<SpecificItemChoice>
com.broadleafcommerce.catalog.dataexport.converter.SpecificItemChoiceExportRowConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<SpecificItemChoice,
Map<String, String>>
public class SpecificItemChoiceExportRowConverter
extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<SpecificItemChoice>
Converts a
SpecificItemChoice
to a Map
row representation. This does
not perform any conversion of related domains - only the simple resident fields
of SpecificItemChoice
are included.- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Constructor Summary
ConstructorDescriptionSpecificItemChoiceExportRowConverter
(SpecificItemChoiceExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter
configureMapper, convertAndNormalize, convertAndNormalize, getHeaders, getMapper, getSpecification, getSpecificationExportModule, normalizeExportDataRow
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
SpecificItemChoiceExportRowConverter
public SpecificItemChoiceExportRowConverter(SpecificItemChoiceExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convert
-