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