Class DimensionsExportRowConverter

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

public class DimensionsExportRowConverter extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<Dimensions>
The export converter for the Dimensions class.
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Summary

    Constructors
    Constructor
    Description
    DimensionsExportRowConverter(DimensionExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    • DimensionsExportRowConverter

      public DimensionsExportRowConverter(DimensionExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details