Class AsItemConfigurationReversePopulator
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.converters.populators.AsItemConfigurationReversePopulator
-
- All Implemented Interfaces:
ContextAwarePopulator<AbstractAsItemConfiguration,AbstractAsItemConfigurationModel,AsItemConfigurationReverseConverterContext>
public class AsItemConfigurationReversePopulator extends java.lang.Object implements ContextAwarePopulator<AbstractAsItemConfiguration,AbstractAsItemConfigurationModel,AsItemConfigurationReverseConverterContext>
PopulatesAbstractAsItemConfigurationModelfromAbstractAsItemConfiguration.
-
-
Constructor Summary
Constructors Constructor Description AsItemConfigurationReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(AbstractAsItemConfiguration source, AbstractAsItemConfigurationModel target, AsItemConfigurationReverseConverterContext context)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
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
-
-