Class ProductOptionConverter

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

@Deprecated public class ProductOptionConverter extends Object implements org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,ProductOption>
Deprecated.
Converter from BatchRecord to ProductOption.

This does not convert dependent records.

Author:
Phillip Verheyden (phillipuniverse), Samarth Dhruva (samarthd)
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProductOptionConverter(com.fasterxml.jackson.databind.ObjectMapper mapper)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    andThen
  • Constructor Details

    • ProductOptionConverter

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

    • convert

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