LoaderService
.See: Description
Interface | 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.
|
Class | Description |
---|---|
AbstractAmountBuilder<T extends javax.money.MonetaryAmount> |
Basic implementation of
MonetaryAmountFactory , which simplifies development of the SPI interface. |
AbstractCurrencyConversion |
Abstract base class used for implementing currency conversion.
|
AbstractRateProvider |
Abstract base class for
ExchangeRateProvider implementations. |
CompoundRateProvider |
This class implements a
ExchangeRateProvider that delegates calls to
a collection of child ExchangeRateProvider instance. |
DefaultNumberValue |
Default implementation of
NumberValue based on BigDecimal . |
LazyBoundCurrencyConversion |
This class defines a
CurrencyConversion that is converting to a
specific target CurrencyUnit . |
MonetaryConfig |
Loader for the Java Money JSR configuration.
|
MoneyUtils |
Platform RI: This utility class simplifies implementing
MonetaryAmount ,
by providing the common functionality. |
Enum | Description |
---|---|
ConvertBigDecimal |
This enumeration provides general utility functions supporting conversion of number types to BigDecimal.
|
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. |
LoaderService
.Copyright © 2012-2015 JavaMoney. All Rights Reserved.