Class CategoryPropertiesMapper

java.lang.Object
com.skava.search.mapper.CategoryPropertiesMapper

public class CategoryPropertiesMapper extends Object
Instantiates a new sku properties mapper.
  • Constructor Details

    • CategoryPropertiesMapper

      public CategoryPropertiesMapper()
  • Method Details

    • map

      public Map<String,String> map(List<CategoryProperty> sourceFieldValue)
      This method is used to convert the sku properties list into mapper where key and value pair as string.
      Parameters:
      sourceFieldValue - Indicates the list of CategoryProperty, 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

      public List<Category> map(CategoryHierarchyResponse categoryHierarchy)