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