Class CategoryRaoPopulator
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.converters.populator.CategoryRaoPopulator
-
- All Implemented Interfaces:
Populator<CategoryModel,CategoryRAO>
public class CategoryRaoPopulator extends java.lang.Object implements Populator<CategoryModel,CategoryRAO>
Converter implementation forCategoryModelas source andCategoryRAOas target type.
-
-
Constructor Summary
Constructors Constructor Description CategoryRaoPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CategoryModel source, CategoryRAO target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CategoryModel source, CategoryRAO target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CategoryModel,CategoryRAO>- Parameters:
source- the source objecttarget- the target to fill
-
-