| Interface | Description |
|---|---|
| CurrencyConversion |
This interface defines a
CurrencyConversion that is converting a MonetaryAmount to another
MonetaryAmount with a different target CurrencyUnit. |
| 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 of
ExchangeRateProvider name that references an implementation. |
| Class | Description |
|---|---|
| ConversionContext |
This class models a context for which a
ExchangeRate is valid. |
| ConversionContextBuilder |
Builder class to of
ConversionContext instances. |
| ConversionQuery |
Query for accessing
CurrencyConversion instances. |
| ConversionQueryBuilder |
Builder class for creating new instances of
ConversionQuery adding detailed
information about a CurrencyConversion instance. |
| MonetaryConversions |
This singleton defines access to the exchange and currency conversion logic
of JavaMoney.
|
| ProviderContext |
This class describes what kind of
ExchangeRates a .ExchangeRateProvider delivers, including the provider's name, rate type and additional data. |
| ProviderContextBuilder |
Builder class to of
ProviderContext instances. |
| Enum | Description |
|---|---|
| RateType |
This enumeration defines the different type of rates that can be provided by
.ExchangeRateProvider implementations. |
| Exception | Description |
|---|---|
| CurrencyConversionException |
Exception thrown when a monetary conversion operation fails.
|
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.