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 CurrencyQuery
CurrencyQueryBuilder. 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 CurrencyUnit
Monetary. getCurrency(CurrencyQuery query)
Query all currencies matching the given query.static CurrencyQueryBuilder
CurrencyQueryBuilder. 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 aCurrencyUnit
instances matching the givenCurrencyContext
.java.util.Set<CurrencyUnit>
MonetaryCurrenciesSingletonSpi. getCurrencies(CurrencyQuery query)
Access all currencies matching the given query.default CurrencyUnit
MonetaryCurrenciesSingletonSpi. getCurrency(CurrencyQuery query)
Access a single currency by query.default boolean
CurrencyProviderSpi. isCurrencyAvailable(CurrencyQuery query)
Checks if aCurrencyUnit
instances matching the givenCurrencyContext
is available from this provider.