Class SpecificItemChoiceConverter

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

@Deprecated public class SpecificItemChoiceConverter extends Object implements org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,SpecificItemChoice>
Deprecated.
Converter from BatchRecord to SpecificItemChoice.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • SpecificItemChoiceConverter

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

    • convert

      public SpecificItemChoice 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,SpecificItemChoice>
    • removeAndParseSpecificChoiceAssetTags

      @Nullable protected LinkedHashSet<String> removeAndParseSpecificChoiceAssetTags(Map<String,String> specificChoiceRow)
      Deprecated.