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.convertMethods in javax.money.convert that return ExchangeRateProvider Modifier and Type Method Description ExchangeRateProviderCurrencyConversion. getExchangeRateProvider()Access the underlyingExchangeRateProvider.static ExchangeRateProviderMonetaryConversions. getExchangeRateProvider(java.lang.String... providers)Access an instance ofCurrencyConversionusing the given providers as a provider chain.static ExchangeRateProviderMonetaryConversions. getExchangeRateProvider(ConversionQuery conversionQuery)Access an instance ofCurrencyConversionusing the given providers as a provider chain.static ExchangeRateProviderMonetaryConversions. getExchangeRateProvider(ExchangeRateProviderSupplier provider, ExchangeRateProviderSupplier... providers)Access an instance ofCurrencyConversionusing theExchangeRateProviderSupplier.
- 
Uses of ExchangeRateProvider in javax.money.spiMethods in javax.money.spi that return ExchangeRateProvider Modifier and Type Method Description default ExchangeRateProviderMonetaryConversionsSingletonSpi. getExchangeRateProvider(java.lang.String... providers)Access a compound instance of anExchangeRateProviderbased on the given provider chain.ExchangeRateProviderMonetaryConversionsSingletonSpi. 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 registeredExchangeRateProviderinstances.