Class DefaultSearchQueryPropertyPopulator
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.converters.populator.DefaultSearchQueryPropertyPopulator
-
- All Implemented Interfaces:
Populator<SolrSearchQueryPropertyModel,SearchQueryProperty>
public class DefaultSearchQueryPropertyPopulator extends java.lang.Object implements Populator<SolrSearchQueryPropertyModel,SearchQueryProperty>
-
-
Constructor Summary
Constructors Constructor Description DefaultSearchQueryPropertyPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SolrSearchQueryPropertyModel source, SearchQueryProperty target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SolrSearchQueryPropertyModel source, SearchQueryProperty target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrSearchQueryPropertyModel,SearchQueryProperty>- Parameters:
source- the source objecttarget- the target to fill
-
-