Class ProductConverter
java.lang.Object
com.broadleafcommerce.catalog.dataimport.converter.ProductConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,
Product>
@Deprecated
public class ProductConverter
extends Object
implements org.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,Product>
Deprecated.
- Author:
- Phillip Verheyden (phillipuniverse)
-
Constructor Summary
ConstructorDescriptionProductConverter
(com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionconvert
(@NonNull com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) Deprecated.protected com.fasterxml.jackson.databind.ObjectMapper
Deprecated.protected com.broadleafcommerce.common.extension.TypeFactory
Deprecated.removeAndParseAttributes
(@NonNull Map<String, String> row) Deprecated.protected Map<String,
FulfillmentFlatRate> removeAndParseFulfillmentFlatRates
(@NonNull Map<String, String> row) Deprecated.removeAndParseKeywords
(@NonNull Map<String, String> row) Deprecated.removeAndParseTags
(@NonNull Map<String, String> row) 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
-
ProductConverter
public ProductConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated.
-
-
Method Details
-
convert
public Product convert(@NonNull @NonNull com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) Deprecated.- Specified by:
convert
in interfaceorg.springframework.core.convert.converter.Converter<com.broadleafcommerce.common.dataimport.messaging.BatchRecord,
Product>
-
removeAndParseKeywords
Deprecated. -
removeAndParseTags
Deprecated. -
removeAndParseAttributes
Deprecated. -
removeAndParseFulfillmentFlatRates
protected Map<String,FulfillmentFlatRate> removeAndParseFulfillmentFlatRates(@NonNull @NonNull Map<String, String> row) Deprecated. -
getMapper
protected com.fasterxml.jackson.databind.ObjectMapper getMapper()Deprecated. -
getTypeFactory
protected com.broadleafcommerce.common.extension.TypeFactory getTypeFactory()Deprecated.
-