Interface SearchQueryCurrencyResolver
- All Known Implementing Classes:
DefaultSearchQueryCurrencyResolver
public interface SearchQueryCurrencyResolver
Implementations of this interface should provide the CurrencyModel based on the FacetSearchConfig and/or IndexedType
-
Method Summary
Modifier and TypeMethodDescriptionresolveCurrency(FacetSearchConfig facetSearchConfig, IndexedType indexedType) Method to resolve the currency
-
Method Details
-
resolveCurrency
Method to resolve the currency- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed type- Returns:
- the resolved currency
-