public class SampleAddressPopulator extends java.lang.Object implements Populator<AddressModel,AddressData>
| Constructor and Description |
|---|
SampleAddressPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
getBoolean(java.lang.Boolean val,
boolean def) |
protected java.lang.String |
getFormattedAddress(AddressModel source) |
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 fillprotected static boolean getBoolean(java.lang.Boolean val,
boolean def)
protected java.lang.String getFormattedAddress(AddressModel source)
Copyright © 2018 SAP SE. All Rights Reserved.