Class SnSynonymEntryPopulator
java.lang.Object
de.hybris.platform.searchservices.admin.converter.populator.SnSynonymEntryPopulator
- All Implemented Interfaces:
Populator<SnSynonymEntryModel,SnSynonymEntry>
public class SnSynonymEntryPopulator
extends Object
implements Populator<SnSynonymEntryModel,SnSynonymEntry>
Populates
SnSynonymEntry from SnSynonymEntryModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SnSynonymEntryModel source, SnSynonymEntry target) Populate the target instance with values from the source instance.
-
Constructor Details
-
SnSynonymEntryPopulator
public SnSynonymEntryPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SnSynonymEntryModel,SnSynonymEntry> - Parameters:
source- the source objecttarget- the target to fill
-