LoaderService.See: Description
| Interface | Description |
|---|---|
| LoaderService |
This interface defines an updatable/reloadable data cache for providing data
sources that are updatable by any remote
URIs. |
| LoaderService.LoaderListener |
Callback that can be registered to be informed, when a data item was
loaded/updated or resetToFallback.
|
| MonetaryAmountProducer |
| Class | Description |
|---|---|
| AbstractAmountBuilder<T extends MonetaryAmount> | Deprecated
Use AbstractAmountFactory
|
| AbstractAmountFactory<T extends 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. |
| ConfigurableCurrencyUnitProvider | |
| DefaultMonetaryAmountsSingletonQuerySpi |
Default implementation ot
MonetaryAmountsSingletonSpi loading the SPIs on startup
initially once, using the
JSR's Bootstrap mechanism. |
| DefaultMonetaryAmountsSingletonSpi |
Default implementation ot
MonetaryAmountsSingletonSpi loading the SPIs on startup
initially once, using the
JSR's Bootstrap mechanism. |
| DefaultMonetaryCurrenciesSingletonSpi |
Factory singleton for
CurrencyUnit instances as provided by the
different registered CurrencyProviderSpi instances. |
| DefaultNumberValue |
Default implementation of
NumberValue based on BigDecimal. |
| DefaultRoundingProvider |
Defaulr implementation of a
RoundingProviderSpi that creates instances of .javamoney.moneta.format.DefaultRounding that relies on the default fraction units defined by .Currency#getDefaultFractionDigits(). |
| FastMoneyAmountFactory |
Implementation of
MonetaryAmountFactory creating instances of FastMoney. |
| FastMoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
FastMoneyAmountFactory. |
| FastMoneyProducer |
The implementation of
MonetaryAmountProducer that creates MonetaryAmount
using FastMoney implementation. |
| JDKCurrencyAdapter |
Default implementation of a
CurrencyUnit based on the using the JDK's
Currency. |
| JDKCurrencyProvider |
Default implementation of a
CurrencyUnit based on the using the JDK's
Currency. |
| LazyBoundCurrencyConversion |
This class defines a
CurrencyConversion that is converting to a
specific target CurrencyUnit. |
| LoadDataInformation |
To create this instance
|
| LoadDataInformationBuilder |
Builder to
LoadDataInformation
Programmatically registers a remote resource resourceLocation,
backed up by a classpath resource backupResource, reachable as
dataId. |
| MonetaryConfig |
Loader for the Java Money JSR configuration.
|
| MoneyAmountFactory |
Implementation of
MonetaryAmountFactory creating instances of Money. |
| MoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
MoneyAmountFactory. |
| MoneyProducer |
The implementation of
MonetaryAmountProducer that creates MonetaryAmount
using Money implementation. |
| MoneyUtils |
Platform RI: This utility class simplifies implementing
MonetaryAmount,
by providing the common functionality. |
| PriorityAwareServiceProvider |
This class implements the (default)
ServiceProvider interface and hereby uses the JDK
ServiceLoader to load the services required. |
| PriorityServiceComparator |
Comparator implementation for ordering services loaded based on their increasing priority values.
|
| RoundedMoneyAmountFactory |
Implementation of
MonetaryAmountFactory creating instances of .RoundedMoney. |
| RoundedMoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
RoundedMoneyAmountBuilder. |
| RoundedMoneyProducer |
The implementation of
MonetaryAmountProducer that creates MonetaryAmount
using RoundedMoney using the MonetaryOperator as rounding operator |
| 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
URIs. |
LoaderService.Copyright © 2012–2020 JavaMoney. All rights reserved.