| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyQuery |
CurrencyQueryBuilder.build()
Creates a new instance of
CurrencyQuery. |
| Modifier and Type | Method and Description |
|---|---|
static 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 of
CurrencyQueryBuilder. |
| Modifier and Type | Method and Description |
|---|---|
Set<CurrencyUnit> |
MonetaryCurrenciesSingletonSpi.getCurrencies(CurrencyQuery query)
Access all currencies matching the given query.
|
Set<CurrencyUnit> |
CurrencyProviderSpi.getCurrencies(CurrencyQuery query)
Return a
CurrencyUnit instances matching the given
CurrencyContext. |
default CurrencyUnit |
MonetaryCurrenciesSingletonSpi.getCurrency(CurrencyQuery query)
Access a single currency by query.
|
default boolean |
CurrencyProviderSpi.isCurrencyAvailable(CurrencyQuery query)
Checks if a
CurrencyUnit instances matching the given
CurrencyContext is available from this provider. |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.