Class IncludedProductConverter
java.lang.Object
com.broadleafcommerce.catalog.dataimport.converter.IncludedProductConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,
IncludedProduct>
@Deprecated
public class IncludedProductConverter
extends Object
implements org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,IncludedProduct>
Deprecated.
- Author:
- Phillip Verheyden (phillipuniverse)
-
Constructor Summary
ConstructorDescriptionIncludedProductConverter
(com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionconvert
(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) Deprecated.protected LinkedHashSet<String>
removeAndParseAssetTags
(Map<String, String> includedProductRow) 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
-
IncludedProductConverter
public IncludedProductConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated.
-
-
Method Details
-
convert
public IncludedProduct convert(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) Deprecated.- Specified by:
convert
in interfaceorg.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,
IncludedProduct>
-
removeAndParseAssetTags
@Nullable protected LinkedHashSet<String> removeAndParseAssetTags(Map<String, String> includedProductRow) Deprecated.
-