Class AsBoostItemConfigurationPopulator
java.lang.Object
de.hybris.platform.adaptivesearch.converters.populators.AsBoostItemConfigurationPopulator
- All Implemented Interfaces:
ContextAwarePopulator<AbstractAsBoostItemConfigurationModel,AbstractAsBoostItemConfiguration, AsItemConfigurationConverterContext>
public class AsBoostItemConfigurationPopulator
extends Object
implements ContextAwarePopulator<AbstractAsBoostItemConfigurationModel,AbstractAsBoostItemConfiguration,AsItemConfigurationConverterContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractAsBoostItemConfigurationModel source, AbstractAsBoostItemConfiguration target, AsItemConfigurationConverterContext context) Populate the target instance with values from the source instance.
-
Constructor Details
-
AsBoostItemConfigurationPopulator
public AsBoostItemConfigurationPopulator()
-
-
Method Details
-
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
-