SOURCE - Populator Source typeTARGET - Populator Target typepublic class NoOpPopulator<SOURCE,TARGET> extends java.lang.Object implements Populator<SOURCE,TARGET>
| Constructor and Description |
|---|
NoOpPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(SOURCE source,
TARGET target)
Populate the target instance with values from the source instance.
|
public void populate(SOURCE source, TARGET target) throws ConversionException
Populatorpopulate in interface Populator<SOURCE,TARGET>source - the source objecttarget - the target to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.