| Package | Description |
|---|---|
| org.javamoney.moneta |
Contains public core implementation artifacts, e.g. implementations of
MonetaryAmount. |
| org.javamoney.moneta.convert.internal |
Contains
ExchangeRateProvider implementations. |
| org.javamoney.moneta.internal |
Contains internal artifacts implementing
CurrencyProviderSpi, MonetaryAmountFactory,
MonetaryAmountFactoryProviderSpi and RoundingProviderSpi. |
| org.javamoney.moneta.loader.internal |
Contains internal loader for updating resources loaded from remote, e.g. current conversion rates.
|
| org.javamoney.moneta.spi |
Defines common base classes used for implementing SPIs and the
LoaderService. |
| Class and Description |
|---|
| AbstractMoney
Platform RI: This base class simplifies implementing
MonetaryAmount,
by providing the common functionality. |
| Class and Description |
|---|
| AbstractRateProvider |
| LoaderService.LoaderListener
Callback that can be registered to be informed, when a data item was
loaded/updated or reset.
|
| Class and Description |
|---|
| AbstractAmountFactory |
| Class and Description |
|---|
| LoaderService
This interface defines an updatable/reloadable data cache for providing data
sources that are updatable by any remote
URLs. |
| LoaderService.LoaderListener
Callback that can be registered to be informed, when a data item was
loaded/updated or reset.
|
| LoaderService.UpdatePolicy
Platform RI: The update policy defines how and when the
DataLoader tries to update the local cache with newest version of
the registered data resources, accessing the configured remote
URLs. |
| Class and Description |
|---|
| AbstractCurrencyConversion
Abstract base class used for implementing currency conversion.
|
| AbstractRateProvider |
| LoaderService.LoaderListener
Callback that can be registered to be informed, when a data item was
loaded/updated or reset.
|
| LoaderService.UpdatePolicy
Platform RI: The update policy defines how and when the
DataLoader tries to update the local cache with newest version of
the registered data resources, accessing the configured remote
URLs. |