public class DefaultSecCustomerPopulator extends java.lang.Object implements Populator<CustomerModel,CustomerData>
| Constructor and Description |
|---|
DefaultSecCustomerPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(CustomerModel customerModel,
CustomerData customerData)
Populate the target instance with values from the source instance.
|
public void populate(CustomerModel customerModel, CustomerData customerData) throws ConversionException
Populatorpopulate in interface Populator<CustomerModel,CustomerData>customerModel - the source objectcustomerData - the target to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.