Class ProductPropertiesMapper

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

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

    • ProductPropertiesMapper

      public ProductPropertiesMapper()
  • Method Details

    • map

      public Map<String,String> map(List<ProductProperty> 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 ProductProperty, 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<SFProduct> map(Product productRequest)