Uses of Package
javax.money.spi
Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
javax.money.format |
Money and Currency format API.
|
javax.money.spi |
SPI interfaces of the Money and Currency API, including bootstrap logic.
|
-
Classes in javax.money.spi used by javax.money Class Description MonetaryRoundingsSingletonSpi This class models the accessor for rounding instances, modeled asMonetaryOperator
. -
Classes in javax.money.spi used by javax.money.format Class Description MonetaryFormatsSingletonSpi This interface models the singleton functionality ofMonetaryFormats
. -
Classes in javax.money.spi used by javax.money.spi Class Description MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy Determines how the factory should be considered when querying for matching implementation types callingMonetary.getAmountFactory(javax.money.MonetaryAmountFactoryQuery)
.ServiceProvider This class models the component that is managing the lifecycle of the monetary services used by the Money and Currency API.