Class AttributeChoiceValueConverter

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

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

    • AttributeChoiceValueConverter

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

    • convert

      public AttributeChoiceValue 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,AttributeChoiceValue>