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 |
---|---|
ExchangeRateProvider |
CurrencyConversion.getExchangeRateProvider()
Access the underlying
ExchangeRateProvider . |
static ExchangeRateProvider |
MonetaryConversions.getExchangeRateProvider(ConversionQuery conversionQuery)
Access an instance of
CurrencyConversion using the given
providers as a provider chain. |
static ExchangeRateProvider |
MonetaryConversions.getExchangeRateProvider(ExchangeRateProviderSupplier provider,
ExchangeRateProviderSupplier... providers)
Access an instance of
CurrencyConversion using the
ExchangeRateProviderSupplier . |
static ExchangeRateProvider |
MonetaryConversions.getExchangeRateProvider(String... providers)
Access an instance of
CurrencyConversion using the given
providers as a provider chain. |
Modifier and Type | Method and Description |
---|---|
ExchangeRateProvider |
MonetaryConversionsSingletonSpi.getExchangeRateProvider(ConversionQuery conversionQuery)
Access an instance of
ExchangeRateProvider . |
default ExchangeRateProvider |
MonetaryConversionsSingletonSpi.getExchangeRateProvider(String... providers)
Access a compound instance of an
ExchangeRateProvider based on the given provider chain. |
Modifier and Type | Method and Description |
---|---|
default List<ExchangeRateProvider> |
MonetaryConversionsSingletonSpi.getExchangeRateProviders(String... providers)
Access the current registered
ExchangeRateProvider instances. |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.