Class SpellingSuggestionPopulator<QUERY,STATE>
- java.lang.Object
-
- de.hybris.platform.commercefacades.search.converters.populator.SpellingSuggestionPopulator<QUERY,STATE>
-
- All Implemented Interfaces:
Populator<SpellingSuggestionData<QUERY>,SpellingSuggestionData<STATE>>
public class SpellingSuggestionPopulator<QUERY,STATE> extends java.lang.Object implements Populator<SpellingSuggestionData<QUERY>,SpellingSuggestionData<STATE>>
-
-
Constructor Summary
Constructors Constructor Description SpellingSuggestionPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<QUERY,STATE>getSearchStateConverter()voidpopulate(SpellingSuggestionData<QUERY> source, SpellingSuggestionData<STATE> target)Populate the target instance with values from the source instance.voidsetSearchStateConverter(Converter<QUERY,STATE> searchStateConverter)
-
-
-
Method Detail
-
setSearchStateConverter
public void setSearchStateConverter(Converter<QUERY,STATE> searchStateConverter)
-
populate
public void populate(SpellingSuggestionData<QUERY> source, SpellingSuggestionData<STATE> target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-
-