Class AsSearchProfileDataPopulator
- java.lang.Object
-
- de.hybris.platform.adaptivesearchfacades.converters.populators.AsSearchProfileDataPopulator
-
- All Implemented Interfaces:
Populator<AbstractAsSearchProfileModel,AsSearchProfileData>
public class AsSearchProfileDataPopulator extends java.lang.Object implements Populator<AbstractAsSearchProfileModel,AsSearchProfileData>
-
-
Constructor Summary
Constructors Constructor Description AsSearchProfileDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(AbstractAsSearchProfileModel source, AsSearchProfileData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(AbstractAsSearchProfileModel source, AsSearchProfileData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractAsSearchProfileModel,AsSearchProfileData>- Parameters:
source- the source objecttarget- the target to fill
-
-