| 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.
|
| Class and 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. |
| 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. |
| 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. |
| RateType
This enumeration defines the different type of rates that can be provided by
.ExchangeRateProvider implementations. |
| Class and Description |
|---|
| ConversionQuery
Query for accessing
CurrencyConversion instances. |
| CurrencyConversion
This interface defines a
CurrencyConversion that is converting a MonetaryAmount to another
MonetaryAmount with a different target CurrencyUnit. |
| ExchangeRateProvider
This interface defines access to the exchange rates provided by a provider.
|
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.