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 CurrencyConversion |
MonetaryConversions.getConversion(ConversionQuery conversionQuery)
Access an instance of
CurrencyConversion for the given providers. |
static CurrencyConversion |
MonetaryConversions.getConversion(CurrencyUnit termCurrency,
String... providers)
Access an instance of
CurrencyConversion for the given providers. |
static CurrencyConversion |
MonetaryConversions.getConversion(String termCurrencyCode,
String... providers)
Access an instance of
CurrencyConversion for the given providers. |
CurrencyConversion |
ExchangeRateProvider.getCurrencyConversion(ConversionQuery conversionQuery)
Access a
CurrencyConversion that can be applied as a
MonetaryOperator to an amount. |
default CurrencyConversion |
ExchangeRateProvider.getCurrencyConversion(CurrencyUnit term)
Access a
CurrencyConversion that can be applied as a
MonetaryOperator to an amount. |
default CurrencyConversion |
ExchangeRateProvider.getCurrencyConversion(String termCode)
Access a
CurrencyConversion that can be applied as a
MonetaryOperator to an amount. |
Modifier and Type | Method and Description |
---|---|
default CurrencyConversion |
MonetaryConversionsSingletonSpi.getConversion(ConversionQuery conversionQuery)
Access an instance of
CurrencyConversion . |
default CurrencyConversion |
MonetaryConversionsSingletonSpi.getConversion(CurrencyUnit termCurrency,
String... providers)
Access an instance of
CurrencyConversion . |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.