Uses of Package
javax.money.spi
Packages that use javax.money.spi
Package
Description
Main package of the Money and Currency API.
Defines the monetary currency conversion API.
Money and Currency format API.
SPI interfaces of the Money and Currency API, including bootstrap logic.
-
Classes in javax.money.spi used by javax.moneyClassDescriptionSPI (core) for the backing implementation of the
Monetarysingleton, implementing the query functionality for amounts.SPI (core) for the backing implementation of theMonetarysingleton.Factory singleton backing interface forMonetarythat provides access to different registeredCurrencyProviderSpiinstances.This class models the accessor for rounding instances, modeled asMonetaryOperator. -
Classes in javax.money.spi used by javax.money.convertClassDescriptionSPI (conversion) that implements the functionality provided by the
MonetaryConversionssingleton accessor. -
Classes in javax.money.spi used by javax.money.formatClassDescriptionSPI (formatting) providing
MonetaryAmountFormatinstances.This interface models the singleton functionality ofMonetaryFormats. -
Classes in javax.money.spi used by javax.money.spiClassDescriptionDetermines how the factory should be considered when querying for matching implementation types calling
Monetary.getAmountFactory(javax.money.MonetaryAmountFactoryQuery).This class models the component that is managing the lifecycle of the monetary services used by the Money and Currency API.