See: Description
Class | Description |
---|---|
BaseCurrencyProviderSpi |
SPI (core) to be registered using the
Bootstrap , which allows to
register/provide additional currencies into the system automatically on
startup. |
BaseExchangeRateProvider |
This interface defines access to the exchange rates provided by a provider.
|
BaseMonetaryAmount |
Interface defining a monetary amount.
|
BaseMonetaryAmountFactory<T extends javax.money.MonetaryAmount> |
Factory for
MonetaryAmount instances for a given type. |
BaseMonetaryAmountFactoryProviderSpi<T extends javax.money.MonetaryAmount> |
SPI (core): Implementations of this interface are used by the
MonetaryAmountsSingletonSpi to evaluate the
correct MonetaryAmountFactory instances. |
BaseMonetaryAmountFormat | |
BaseMonetaryAmountsSingletonQuerySpi |
SPI (core) for the backing implementation of the
Monetary singleton, implementing
the query functionality for amounts. |
BaseMonetaryAmountsSingletonSpi |
SPI (core) for the backing implementation of the
Monetary singleton. |
BaseMonetaryConversionsSingletonSpi |
SPI (conversion) that implements the functionality provided by the
MonetaryConversions singleton accessor. |
BaseMonetaryCurrenciesSingletonSpi |
Factory singleton backing interface for
Monetary that provides access to
different registered CurrencyProviderSpi instances. |
BaseMonetaryFormatsSingletonSpi |
This interface models the singleton functionality of
MonetaryFormats . |
BaseMonetaryRoundingsSingletonSpi |
This class models the accessor for rounding instances, modeled as
MonetaryOperator . |
Copyright © 2012-2015 JavaMoney. All Rights Reserved.