public class CreateMediaFilePopulator extends java.lang.Object implements Populator<MediaFileDto,MediaModel>
MediaModel with the information provided by the MediaFileDto| Constructor and Description |
|---|
CreateMediaFilePopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(MediaFileDto source,
MediaModel target)
Populate the target instance with values from the source instance.
|
public void populate(MediaFileDto source, MediaModel target) throws ConversionException
Populatorpopulate in interface Populator<MediaFileDto,MediaModel>source - the source objecttarget - the target to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.