SOURCE - the type of the source objectTARGET - the type of the destination objectpublic interface Populator<SOURCE,TARGET>
| Modifier and Type | Method and Description |
|---|---|
void |
populate(SOURCE source,
TARGET target)
Populate the target instance with values from the source instance.
|
void populate(SOURCE source, TARGET target) throws ConversionException
source - the source objecttarget - the target to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.