Uses of Interface
de.hybris.platform.solrfacetsearch.provider.ValueFilter
-
Packages that use ValueFilter Package Description de.hybris.platform.solrfacetsearch.provider.impl -
-
Uses of ValueFilter in de.hybris.platform.solrfacetsearch.provider.impl
Classes in de.hybris.platform.solrfacetsearch.provider.impl that implement ValueFilter Modifier and Type Class Description classFormatValueFilterConvert An Object or collection of Objects to a formatted String or collection of Strings based on the Bean ID from the the format parameter which should be an instance of java.text.formatclassSplitValueFiltersplits any resolved value around matches of a regular expression (only if the value is of type String)Methods in de.hybris.platform.solrfacetsearch.provider.impl that return types with arguments of type ValueFilter Modifier and Type Method Description java.util.Collection<ValueFilter>AbstractValueResolver. getValueFilters()Method parameters in de.hybris.platform.solrfacetsearch.provider.impl with type arguments of type ValueFilter Modifier and Type Method Description voidAbstractValueResolver. setValueFilters(java.util.Collection<ValueFilter> valueFilters)
-