Package | Description |
---|---|
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 |
---|
AbstractRateProvider
Abstract base class for
ExchangeRateProvider implementations. |
LoaderService.LoaderListener
Callback that can be registered to be informed, when a data item was
loaded/updated or resetToFallback.
|
Class and Description |
---|
AbstractAmountBuilder
Basic implementation of
MonetaryAmountFactory , which simplifies development of the SPI interface. |
Class and Description |
---|
LoaderService
This interface defines an updatable/reloadable data cache for providing data
sources that are updatable by any remote
URI s. |
LoaderService.LoaderListener
Callback that can be registered to be informed, when a data item was
loaded/updated or resetToFallback.
|
LoaderService.UpdatePolicy
Platform RI: The update policy defines how and when the
LoaderService tries to update the local cache with newest version of
the registered data resources, accessing the configured remote
URI s. |
Class and Description |
---|
AbstractCurrencyConversion
Abstract base class used for implementing currency conversion.
|
AbstractRateProvider
Abstract base class for
ExchangeRateProvider implementations. |
ConvertBigDecimal
This enumeration provides general utility functions supporting conversion of number types to BigDecimal.
|
LoaderService.LoaderListener
Callback that can be registered to be informed, when a data item was
loaded/updated or resetToFallback.
|
LoaderService.UpdatePolicy
Platform RI: The update policy defines how and when the
LoaderService tries to update the local cache with newest version of
the registered data resources, accessing the configured remote
URI s. |
Copyright © 2012-2015 JavaMoney. All Rights Reserved.