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 Summary
ConstructorDescriptionSpecificItemChoiceConverter
(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>
removeAndParseSpecificChoiceAssetTags
(Map<String, String> specificChoiceRow) 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
-
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 interfaceorg.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,
SpecificItemChoice>
-
removeAndParseSpecificChoiceAssetTags
@Nullable protected LinkedHashSet<String> removeAndParseSpecificChoiceAssetTags(Map<String, String> specificChoiceRow) Deprecated.
-