Package com.skava.search.mapper
Class ProductPropertiesMapper
java.lang.Object
com.skava.search.mapper.ProductPropertiesMapper
Instantiates a new sku properties mapper.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProductPropertiesMapper
public ProductPropertiesMapper()
-
-
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 ofProductProperty
, contains the response of a PRODUCT property, such as value, locale, etc.- Returns:
- Returns the mapping object
Map
by converting the product properties as key value pair mapper.
-
map
-