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