Uses of Class
javax.money.CurrencyQuery
| Package | Description |
|---|---|
| javax.money |
Main package of the Money and Currency API.
|
| javax.money.spi |
SPI interfaces of the Money and Currency API, including bootstrap logic.
|
-
Uses of CurrencyQuery in javax.money
Methods in javax.money that return CurrencyQuery Modifier and Type Method Description CurrencyQueryCurrencyQueryBuilder. build()Creates a new instance ofCurrencyQuery.Methods in javax.money with parameters of type CurrencyQuery Modifier and Type Method Description static java.util.Collection<CurrencyUnit>Monetary. getCurrencies(CurrencyQuery query)Query all currencies matching the given query.static CurrencyUnitMonetary. getCurrency(CurrencyQuery query)Query all currencies matching the given query.static CurrencyQueryBuilderCurrencyQueryBuilder. of(CurrencyQuery currencyQuery)Creates a new instance ofCurrencyQueryBuilder. -
Uses of CurrencyQuery in javax.money.spi
Methods in javax.money.spi with parameters of type CurrencyQuery Modifier and Type Method Description java.util.Set<CurrencyUnit>CurrencyProviderSpi. getCurrencies(CurrencyQuery query)Return aCurrencyUnitinstances matching the givenCurrencyContext.java.util.Set<CurrencyUnit>MonetaryCurrenciesSingletonSpi. getCurrencies(CurrencyQuery query)Access all currencies matching the given query.default CurrencyUnitMonetaryCurrenciesSingletonSpi. getCurrency(CurrencyQuery query)Access a single currency by query.default booleanCurrencyProviderSpi. isCurrencyAvailable(CurrencyQuery query)Checks if aCurrencyUnitinstances matching the givenCurrencyContextis available from this provider.