Class ProductConverter

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

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

    • ProductConverter

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

    • convert

      public Product convert(@NonNull @NonNull 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,Product>
    • removeAndParseKeywords

      protected List<String> removeAndParseKeywords(@NonNull @NonNull Map<String,String> row)
      Deprecated.
    • removeAndParseTags

      protected List<String> removeAndParseTags(@NonNull @NonNull Map<String,String> row)
      Deprecated.
    • removeAndParseAttributes

      protected Map<String,Attribute> removeAndParseAttributes(@NonNull @NonNull Map<String,String> row)
      Deprecated.
    • removeAndParseFulfillmentFlatRates

      protected Map<String,FulfillmentFlatRate> removeAndParseFulfillmentFlatRates(@NonNull @NonNull Map<String,String> row)
      Deprecated.
    • getMapper

      protected com.fasterxml.jackson.databind.ObjectMapper getMapper()
      Deprecated.
    • getTypeFactory

      protected com.broadleafcommerce.common.extension.TypeFactory getTypeFactory()
      Deprecated.