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 Object
implements Populator<SolrSearchResponse,ProductCategorySearchPageData<STATE,ITEM,CATEGORY>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SolrSearchResponse source, ProductCategorySearchPageData<STATE, ITEM, CATEGORY> target) Populate the target instance with values from the source instance.
-
Constructor Details
-
SearchResponseCategoryCodePopulator
public SearchResponseCategoryCodePopulator()
-
-
Method Details
-
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.
-