See: Description
Interface | Description |
---|---|
CurrencyProviderSpi |
SPI (core) to be registered using the
Bootstrap , which allows to
register/provide additional currencies into the system automatically on
startup. |
MonetaryAmountFactoryProviderSpi<T extends MonetaryAmount> |
SPI (core): Implementations of this interface are used by the
MonetaryAmountsSingletonSpi to evaluate the
correct MonetaryAmountFactory instances. |
MonetaryAmountFormatProviderSpi |
SPI (formatting) providing
MonetaryAmountFormat instances. |
MonetaryAmountsSingletonQuerySpi |
SPI (core) for the backing implementation of the
Monetary singleton, implementing
the query functionality for amounts. |
MonetaryAmountsSingletonSpi |
SPI (core) for the backing implementation of the
Monetary singleton. |
MonetaryConversionsSingletonSpi |
SPI (conversion) that implements the functionality provided by the
MonetaryConversions singleton accessor. |
MonetaryCurrenciesSingletonSpi |
Factory singleton backing interface for
Monetary that provides access to
different registered CurrencyProviderSpi instances. |
MonetaryFormatsSingletonSpi |
This interface models the singleton functionality of
MonetaryFormats . |
MonetaryRoundingsSingletonSpi |
This class models the accessor for rounding instances, modeled as
MonetaryOperator . |
RoundingProviderSpi |
This SPI allows to extends/override the roundings available for
CurrencyUnit . |
ServiceProvider |
This class models the component that is managing the lifecycle of the
monetary services used by the Money and Currency API.
|
Class | Description |
---|---|
Bootstrap |
This singleton provides access to the services available in the current runtime environment and context.
|
Enum | Description |
---|---|
MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy |
Determines how the factory should be considered when querying for matching implementation
types calling
Monetary.getAmountFactory(javax.money.MonetaryAmountFactoryQuery) . |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.