Uses of Interface
javax.money.convert.ExchangeRateProvider
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.
|
-
Uses of ExchangeRateProvider in javax.money.convert
Methods in javax.money.convert that return ExchangeRateProvider Modifier and Type Method Description ExchangeRateProvider
CurrencyConversion. getExchangeRateProvider()
Access the underlyingExchangeRateProvider
.static ExchangeRateProvider
MonetaryConversions. getExchangeRateProvider(java.lang.String... providers)
Access an instance ofCurrencyConversion
using the given providers as a provider chain.static ExchangeRateProvider
MonetaryConversions. getExchangeRateProvider(ConversionQuery conversionQuery)
Access an instance ofCurrencyConversion
using the given providers as a provider chain.static ExchangeRateProvider
MonetaryConversions. getExchangeRateProvider(ExchangeRateProviderSupplier provider, ExchangeRateProviderSupplier... providers)
Access an instance ofCurrencyConversion
using theExchangeRateProviderSupplier
. -
Uses of ExchangeRateProvider in javax.money.spi
Methods in javax.money.spi that return ExchangeRateProvider Modifier and Type Method Description default ExchangeRateProvider
MonetaryConversionsSingletonSpi. getExchangeRateProvider(java.lang.String... providers)
Access a compound instance of anExchangeRateProvider
based on the given provider chain.ExchangeRateProvider
MonetaryConversionsSingletonSpi. getExchangeRateProvider(ConversionQuery conversionQuery)
Access an instance ofExchangeRateProvider
.Methods in javax.money.spi that return types with arguments of type ExchangeRateProvider Modifier and Type Method Description default java.util.List<ExchangeRateProvider>
MonetaryConversionsSingletonSpi. getExchangeRateProviders(java.lang.String... providers)
Access the current registeredExchangeRateProvider
instances.