Package com.skava.search.mapper
Class SkuMapper
java.lang.Object
com.skava.search.mapper.SkuMapper
Instantiates a new sku properties mapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap
(List<SkuProperty> sourceFieldValue) This method is used to convert the sku properties list into mapper where key and value pair as string.This method is used to convert the Price Facts into price model with in Sku.
-
Constructor Details
-
SkuMapper
public SkuMapper()
-
-
Method Details
-
map
This method is used to convert the sku properties list into mapper where key and value pair as string.- Parameters:
sourceFieldValue
- Indicates the list ofSkuProperty
, contains the response of a SKU property, such as value, locale, etc.- Returns:
- Returns the mapping object
Map
by converting the sku properties as key value pair mapper.
-
map
This method is used to convert the Price Facts into price model with in Sku.
-