Package | Description |
---|---|
javax.money.convert |
Defines the monetary currency conversion API.
|
javax.money.spi |
SPI interfaces of the Money and Currency API, including bootstrap logic.
|
Modifier and Type | Method and Description |
---|---|
static ExchangeRateProvider |
MonetaryConversions.getExchangeRateProvider(java.lang.String... providers)
Access an instance of
CurrencyConversion using the given
providers as a provider chain. |
Modifier and Type | Method and Description |
---|---|
ExchangeRateProvider |
MonetaryConversionsSpi.getExchangeRateProvider(java.lang.String... providers)
Access an instance of
ExchangeRateProvider . |