Class CategoryProductConverter

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

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

    • CategoryProductConverter

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

    • convert

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