Class AsBoostRuleConfigurationReversePopulator
java.lang.Object
de.hybris.platform.adaptivesearch.converters.populators.AsBoostRuleConfigurationReversePopulator
- All Implemented Interfaces:
ContextAwarePopulator<AbstractAsBoostRuleConfiguration,AbstractAsBoostRuleConfigurationModel, AsItemConfigurationReverseConverterContext>
public class AsBoostRuleConfigurationReversePopulator
extends Object
implements ContextAwarePopulator<AbstractAsBoostRuleConfiguration,AbstractAsBoostRuleConfigurationModel,AsItemConfigurationReverseConverterContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractAsBoostRuleConfiguration source, AbstractAsBoostRuleConfigurationModel target, AsItemConfigurationReverseConverterContext context) Populate the target instance with values from the source instance.
-
Constructor Details
-
AsBoostRuleConfigurationReversePopulator
public AsBoostRuleConfigurationReversePopulator()
-
-
Method Details
-
populate
public void populate(AbstractAsBoostRuleConfiguration source, AbstractAsBoostRuleConfigurationModel target, AsItemConfigurationReverseConverterContext context) Description copied from interface:ContextAwarePopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfaceContextAwarePopulator<AbstractAsBoostRuleConfiguration,AbstractAsBoostRuleConfigurationModel, AsItemConfigurationReverseConverterContext> - Parameters:
source- - the source objecttarget- - the target to fill
-