Class WeightExportRowConverter

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

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

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

    Modifier and Type
    Method
    Description
    convert(Weight source)
     

    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

    • WeightExportRowConverter

      public WeightExportRowConverter(WeightExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details