Class CategoryToProductCodesMapper

java.lang.Object
de.hybris.platform.ruleengineservices.validation.CategoryToProductCodesMapper
All Implemented Interfaces:
Function<CategoryModel,Set<String>>

public class CategoryToProductCodesMapper extends Object implements Function<CategoryModel,Set<String>>
Maps incoming instance of CategoryModel to a set of String values. Every String value represents ProductModel.getCode() of all the products for the given category