| 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 | Description |
|---|---|---|
CurrencyQuery |
CurrencyQueryBuilder.build() |
Creates a new instance of
CurrencyQuery. |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
Set<CurrencyUnit> |
CurrencyProviderSpi.getCurrencies(CurrencyQuery query) |
Return a
CurrencyUnit instances matching the given
CurrencyContext. |
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 a
CurrencyUnit instances matching the given
CurrencyContext is available from this provider. |
Copyright © 2012–2018 JSR 354 - Expert Group. All rights reserved.