Class ProductCharacteristicExportRowConverter
java.lang.Object
com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<ProductCharacteristic>
com.broadleafcommerce.catalog.dataexport.converter.ProductCharacteristicExportRowConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ProductCharacteristic,Map<String, String>>
public class ProductCharacteristicExportRowConverter
extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<ProductCharacteristic>
Converts an
ProductCharacteristic to a Map row representation. This does
not perform any conversion of related domains - only the simple resident fields
of ProductCharacteristic are included.- Since:
- Catalog Services 2.3.0, ReleaseTrain 2.3.0
- Author:
- Jon Fleschler (jfleschler)
-
Constructor Summary
ConstructorsConstructorDescriptionProductCharacteristicExportRowConverter(ProductCharacteristicExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter) -
Method Summary
Modifier and TypeMethodDescriptionconvert(ProductCharacteristic source) protected @NonNull ToStringConverter<Object>Methods inherited from class com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter
configureMapper, convertAndNormalize, convertAndNormalize, getHeaders, getMapper, getSpecification, getSpecificationExportModule, normalizeExportDataRowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
ProductCharacteristicExportRowConverter
public ProductCharacteristicExportRowConverter(ProductCharacteristicExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter)
-
-
Method Details
-
convert
-
getToStringConverter
-