Uses of Package
javax.money.spi
-
Packages that use javax.money.spi Package Description javax.money Main package of the Money and Currency API.javax.money.convert Defines the monetary currency conversion 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 MonetaryAmountsSingletonQuerySpi SPI (core) for the backing implementation of theMonetarysingleton, implementing the query functionality for amounts.MonetaryAmountsSingletonSpi SPI (core) for the backing implementation of theMonetarysingleton.MonetaryCurrenciesSingletonSpi Factory singleton backing interface forMonetarythat provides access to different registeredCurrencyProviderSpiinstances.MonetaryRoundingsSingletonSpi This class models the accessor for rounding instances, modeled asMonetaryOperator. -
Classes in javax.money.spi used by javax.money.convert Class Description MonetaryConversionsSingletonSpi SPI (conversion) that implements the functionality provided by theMonetaryConversionssingleton accessor. -
Classes in javax.money.spi used by javax.money.format Class Description MonetaryAmountFormatProviderSpi SPI (formatting) providingMonetaryAmountFormatinstances.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.