Class SmarteditConfigurationDataToModelPopulator
java.lang.Object
de.hybris.platform.smarteditwebservices.configuration.populator.SmarteditConfigurationDataToModelPopulator
- All Implemented Interfaces:
Populator<ConfigurationData,SmarteditConfigurationModel>
public class SmarteditConfigurationDataToModelPopulator
extends Object
implements Populator<ConfigurationData,SmarteditConfigurationModel>
Populator to convert ConfigurationData into SmartEditConfigurationModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]gets all properties to be ignored while copying the propertiesvoidpopulate(ConfigurationData source, SmarteditConfigurationModel target) Populate the target instance with values from the source instance.
-
Constructor Details
-
SmarteditConfigurationDataToModelPopulator
public SmarteditConfigurationDataToModelPopulator()
-
-
Method Details
-
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
gets all properties to be ignored while copying the properties- Returns:
-