public class AddressPopulator extends java.lang.Object implements Populator<AddressModel,AddressData>
AddressModel as source and
AddressData as target type.| Constructor and Description |
|---|
AddressPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(AddressModel source,
AddressData target)
Populate the target instance with values from the source instance.
|
public void populate(AddressModel source, AddressData target)
Populatorpopulate in interface Populator<AddressModel,AddressData>source - the source objecttarget - the target to fillCopyright © 2018 SAP SE. All Rights Reserved.