Class FacetValuePopulator<QUERY,STATE>
java.lang.Object
de.hybris.platform.commercefacades.search.converters.populator.FacetValuePopulator<QUERY,STATE>
- All Implemented Interfaces:
Populator<FacetValueData<QUERY>,FacetValueData<STATE>>
- Direct Known Subclasses:
VendorProductPageFacetValuePopulator
public class FacetValuePopulator<QUERY,STATE>
extends Object
implements Populator<FacetValueData<QUERY>,FacetValueData<STATE>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(FacetValueData<QUERY> source, FacetValueData<STATE> target) Populate the target instance with values from the source instance.voidsetSearchStateConverter(Converter<QUERY, STATE> searchStateConverter)
-
Constructor Details
-
FacetValuePopulator
public FacetValuePopulator()
-
-
Method Details