Uses of Interface
javax.money.convert.ExchangeRate
Packages that use ExchangeRate
-
Uses of ExchangeRate in javax.money.convert
Methods in javax.money.convert that return ExchangeRateModifier and TypeMethodDescriptionCurrencyConversion.getExchangeRate(MonetaryAmount sourceAmount) Get theExchangeRateapplied for the givenMonetaryAmount.default ExchangeRateExchangeRateProvider.getExchangeRate(String baseCode, String termCode) Access aExchangeRateusing the given currencies.ExchangeRateProvider.getExchangeRate(ConversionQuery conversionQuery) Access aExchangeRateusing the given currencies.default ExchangeRateExchangeRateProvider.getExchangeRate(CurrencyUnit base, CurrencyUnit term) Access aExchangeRateusing the given currencies.default ExchangeRateExchangeRateProvider.getReversed(ExchangeRate rate) The method reverses theExchangeRateto a rate mapping from term to baseCurrencyUnit.Methods in javax.money.convert that return types with arguments of type ExchangeRateModifier and TypeMethodDescriptionExchangeRate.getExchangeRateChain()Access the chain of exchange rates.Methods in javax.money.convert with parameters of type ExchangeRateModifier and TypeMethodDescriptiondefault ExchangeRateExchangeRateProvider.getReversed(ExchangeRate rate) The method reverses theExchangeRateto a rate mapping from term to baseCurrencyUnit.