Uses of Interface
javax.money.convert.ExchangeRateProvider
Packages that use ExchangeRateProvider
Package
Description
Defines the monetary currency conversion API.
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 ExchangeRateProviderModifier and TypeMethodDescriptionCurrencyConversion.getExchangeRateProvider()Access the underlyingExchangeRateProvider.static ExchangeRateProviderMonetaryConversions.getExchangeRateProvider(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.spi
Methods in javax.money.spi that return ExchangeRateProviderModifier and TypeMethodDescriptiondefault ExchangeRateProviderMonetaryConversionsSingletonSpi.getExchangeRateProvider(String... providers) Access a compound instance of anExchangeRateProviderbased on the given provider chain.MonetaryConversionsSingletonSpi.getExchangeRateProvider(ConversionQuery conversionQuery) Access an instance ofExchangeRateProvider.Methods in javax.money.spi that return types with arguments of type ExchangeRateProviderModifier and TypeMethodDescriptiondefault List<ExchangeRateProvider> MonetaryConversionsSingletonSpi.getExchangeRateProviders(String... providers) Access the current registeredExchangeRateProviderinstances.