Class SmarteditConfigurationDataToModelPopulator
- java.lang.Object
-
- de.hybris.platform.smarteditwebservices.configuration.populator.SmarteditConfigurationDataToModelPopulator
-
- All Implemented Interfaces:
Populator<ConfigurationData,SmarteditConfigurationModel>
public class SmarteditConfigurationDataToModelPopulator extends java.lang.Object implements Populator<ConfigurationData,SmarteditConfigurationModel>
Populator to convert ConfigurationData into SmartEditConfigurationModel
-
-
Constructor Summary
Constructors Constructor Description SmarteditConfigurationDataToModelPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]getIgnoreProperties()gets all properties to be ignored while copying the propertiesvoidpopulate(ConfigurationData source, SmarteditConfigurationModel target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(ConfigurationData source, SmarteditConfigurationModel target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ConfigurationData,SmarteditConfigurationModel>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getIgnoreProperties
protected java.lang.String[] getIgnoreProperties()
gets all properties to be ignored while copying the properties- Returns:
-
-