Uses of Package
javax.money.convert
| 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.
|
-
Classes in javax.money.convert used by javax.money.convert Class Description ConversionContext This class models a context for which aExchangeRateis valid.ConversionContextBuilder Builder class to ofConversionContextinstances.ConversionQuery Query for accessingCurrencyConversioninstances.ConversionQueryBuilder Builder class for creating new instances ofConversionQueryadding detailed information about aCurrencyConversioninstance.CurrencyConversion This interface defines aCurrencyConversionthat is converting aMonetaryAmountto anotherMonetaryAmountwith a different targetCurrencyUnit.ExchangeRate This class models an exchange rate, which defines the factor the numeric value of a base amount in some currency 'A' must be multiplied to get the corresponding amount in the terminating currency 'B'.ExchangeRateProvider This interface defines access to the exchange rates provided by a provider.ExchangeRateProviderSupplier A supplier ofExchangeRateProvidername that references an implementation.ProviderContext This class describes what kind ofExchangeRates a.ExchangeRateProviderdelivers, including the provider's name, rate type and additional data.ProviderContextBuilder Builder class to ofProviderContextinstances.RateType This enumeration defines the different type of rates that can be provided by.ExchangeRateProviderimplementations. -
Classes in javax.money.convert used by javax.money.spi Class Description ConversionQuery Query for accessingCurrencyConversioninstances.CurrencyConversion This interface defines aCurrencyConversionthat is converting aMonetaryAmountto anotherMonetaryAmountwith a different targetCurrencyUnit.ExchangeRateProvider This interface defines access to the exchange rates provided by a provider.