SOURCE - the type of the source objectTARGET - the type of the destination objectOPTION - the type of the options listpublic interface ConfigurablePopulator<SOURCE,TARGET,OPTION>
| Modifier and Type | Method and Description |
|---|---|
void |
populate(SOURCE source,
TARGET target,
java.util.Collection<OPTION> options)
Populate the target instance from the source instance.
|
void populate(SOURCE source, TARGET target, java.util.Collection<OPTION> options) throws ConversionException
source - the source objecttarget - the target to filloptions - options used to control what data is populatedConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.