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