Class AsBoostItemConfigurationPopulator
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.converters.populators.AsBoostItemConfigurationPopulator
-
- All Implemented Interfaces:
ContextAwarePopulator<AbstractAsBoostItemConfigurationModel,AbstractAsBoostItemConfiguration,AsItemConfigurationConverterContext>
public class AsBoostItemConfigurationPopulator extends java.lang.Object implements ContextAwarePopulator<AbstractAsBoostItemConfigurationModel,AbstractAsBoostItemConfiguration,AsItemConfigurationConverterContext>
-
-
Constructor Summary
Constructors Constructor Description AsBoostItemConfigurationPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(AbstractAsBoostItemConfigurationModel source, AbstractAsBoostItemConfiguration target, AsItemConfigurationConverterContext context)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(AbstractAsBoostItemConfigurationModel source, AbstractAsBoostItemConfiguration target, AsItemConfigurationConverterContext context)
Description copied from interface:ContextAwarePopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfaceContextAwarePopulator<AbstractAsBoostItemConfigurationModel,AbstractAsBoostItemConfiguration,AsItemConfigurationConverterContext>- Parameters:
source- - the source objecttarget- - the target to fill
-
-