Class AsConfigurationReversePopulator
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.converters.populators.AsConfigurationReversePopulator
-
- All Implemented Interfaces:
ContextAwarePopulator<AbstractAsConfiguration,AbstractAsConfigurationModel,AsConfigurationReverseConverterContext>
public class AsConfigurationReversePopulator extends java.lang.Object implements ContextAwarePopulator<AbstractAsConfiguration,AbstractAsConfigurationModel,AsConfigurationReverseConverterContext>
PopulatesAbstractAsConfigurationModelfromAbstractAsConfiguration.
-
-
Constructor Summary
Constructors Constructor Description AsConfigurationReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsUidGeneratorgetAsUidGenerator()voidpopulate(AbstractAsConfiguration source, AbstractAsConfigurationModel target, AsConfigurationReverseConverterContext context)Populate the target instance with values from the source instance.voidsetAsUidGenerator(AsUidGenerator asUidGenerator)
-
-
-
Method Detail
-
populate
public void populate(AbstractAsConfiguration source, AbstractAsConfigurationModel target, AsConfigurationReverseConverterContext context)
Description copied from interface:ContextAwarePopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfaceContextAwarePopulator<AbstractAsConfiguration,AbstractAsConfigurationModel,AsConfigurationReverseConverterContext>- Parameters:
source- - the source objecttarget- - the target to fill
-
getAsUidGenerator
public AsUidGenerator getAsUidGenerator()
-
setAsUidGenerator
public void setAsUidGenerator(AsUidGenerator asUidGenerator)
-
-