public class CategoryPopulator extends java.lang.Object implements Populator<CategoryModel,Category>
| Constructor and Description |
|---|
CategoryPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(CategoryModel categoryModel,
Category category)
Populate the target instance with values from the source instance.
|
public void populate(CategoryModel categoryModel, Category category) throws ConversionException
Populatorpopulate in interface Populator<CategoryModel,Category>categoryModel - the source objectcategory - the target to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.