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. |
ConversionContext.Builder
Builder class to create
ConversionContext instances. |
CurrencyConversion
This interface defines a
CurrencyConversion that is converting to a
specific target CurrencyUnit . |
ExchangeRate
This class models an exchange rate between two currencies.
|
ExchangeRate.Builder
Builder for creating new instances of
ExchangeRate . |
ExchangeRateProvider
This interface defines access to the exchange conversion logic of JavaMoney.
|
ProviderContext
This class models a context for which a
CurrencyConversion is valid,
or an ExchangeRateProvider provides rates. |
ProviderContext.Builder
Builder class to create
ProviderContext instances. |
RateType |
Class and Description |
---|
ConversionContext
This class models a context for which a
ExchangeRate is valid. |
CurrencyConversion
This interface defines a
CurrencyConversion that is converting to a
specific target CurrencyUnit . |
ExchangeRateProvider
This interface defines access to the exchange conversion logic of JavaMoney.
|
ProviderContext
This class models a context for which a
CurrencyConversion is valid,
or an ExchangeRateProvider provides rates. |