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