Class OfferCodeRowConverter

java.lang.Object
com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<OfferCode>
com.broadleafcommerce.promotion.offer.dataexport.converter.OfferCodeRowConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<OfferCode,Map<String,String>>

public class OfferCodeRowConverter extends com.broadleafcommerce.common.dataexport.service.specification.AbstractExportRowConverter<OfferCode>
Author:
Vitalii Voronkov (vvoronkov)
  • Constructor Summary

    Constructors
    Constructor
    Description
    OfferCodeRowConverter(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper baseMapper)
     
  • 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

    • OfferCodeRowConverter

      public OfferCodeRowConverter(com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper baseMapper)
  • Method Details