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