public class SmarteditConfigurationDataToModelPopulator extends java.lang.Object implements Populator<ConfigurationData,SmarteditConfigurationModel>
| Constructor and Description |
|---|
SmarteditConfigurationDataToModelPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getIgnoreProperties()
gets all properties to be ignored while copying the properties
|
void |
populate(ConfigurationData source,
SmarteditConfigurationModel target)
Populate the target instance with values from the source instance.
|
public SmarteditConfigurationDataToModelPopulator()
public void populate(ConfigurationData source, SmarteditConfigurationModel target) throws ConversionException
Populatorpopulate in interface Populator<ConfigurationData,SmarteditConfigurationModel>source - the source objecttarget - the target to fillConversionException - if an error occursprotected java.lang.String[] getIgnoreProperties()
Copyright © 2018 SAP SE. All Rights Reserved.