Package com.skava.search.mapper
Class CategoryPropertiesMapper
java.lang.Object
com.skava.search.mapper.CategoryPropertiesMapper
Instantiates a new sku properties mapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap
(CategoryHierarchyResponse categoryHierarchy) map
(List<CategoryProperty> sourceFieldValue) This method is used to convert the sku properties list into mapper where key and value pair as string.
-
Constructor Details
-
CategoryPropertiesMapper
public CategoryPropertiesMapper()
-
-
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 ofCategoryProperty
, 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
-