Uses of Class
org.javamoney.moneta.convert.ExchangeRateBuilder
Packages that use ExchangeRateBuilder
-
Uses of ExchangeRateBuilder in org.javamoney.moneta.convert
Methods in org.javamoney.moneta.convert that return ExchangeRateBuilderModifier and TypeMethodDescriptionExchangeRateBuilder.setBase(CurrencyUnit base) Sets the baseCurrencyUnitExchangeRateBuilder.setContext(ConversionContext conversionContext) Sets the provider to be applied.ExchangeRateBuilder.setFactor(NumberValue factor) Sets the conversion factor, as the factorbase * factor = target.ExchangeRateBuilder.setRate(ExchangeRate rate) Initialize theExchangeRateBuilderwith anExchangeRate.ExchangeRateBuilder.setRateChain(List<ExchangeRate> exchangeRates) Sets theExchangeRatechain.ExchangeRateBuilder.setRateChain(ExchangeRate... exchangeRates) Sets theExchangeRatechain.ExchangeRateBuilder.setTerm(CurrencyUnit term) Sets the terminating (target)CurrencyUnit