Class IncludedProductConverter

java.lang.Object
com.broadleafcommerce.catalog.dataimport.converter.IncludedProductConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,IncludedProduct>

@Deprecated public class IncludedProductConverter extends Object implements org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,IncludedProduct>
Deprecated.
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • IncludedProductConverter

      public IncludedProductConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
      Deprecated.
  • Method Details

    • convert

      public IncludedProduct convert(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source)
      Deprecated.
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,IncludedProduct>
    • removeAndParseAssetTags

      @Nullable protected LinkedHashSet<String> removeAndParseAssetTags(Map<String,String> includedProductRow)
      Deprecated.