Class ProductAssetConverter

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

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

    • ProductAssetConverter

      public ProductAssetConverter(com.fasterxml.jackson.databind.ObjectMapper mapper)
      Deprecated.
  • Method Details

    • convert

      public ProductAsset 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,ProductAsset>
    • removeAndParseTags

      @Nullable protected LinkedHashSet<String> removeAndParseTags(Map<String,String> productAssetRow)
      Deprecated.