Class SearchResponseCategoryCodePopulator<STATE,ITEM,CATEGORY>
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.populators.SearchResponseCategoryCodePopulator<STATE,ITEM,CATEGORY>
-
- All Implemented Interfaces:
Populator<SolrSearchResponse,ProductCategorySearchPageData<STATE,ITEM,CATEGORY>>
public class SearchResponseCategoryCodePopulator<STATE,ITEM,CATEGORY> extends java.lang.Object implements Populator<SolrSearchResponse,ProductCategorySearchPageData<STATE,ITEM,CATEGORY>>
-
-
Constructor Summary
Constructors Constructor Description SearchResponseCategoryCodePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SolrSearchResponse source, ProductCategorySearchPageData<STATE,ITEM,CATEGORY> target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SolrSearchResponse source, ProductCategorySearchPageData<STATE,ITEM,CATEGORY> target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-
-