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