CurrencyProviderSpi
, MonetaryAmountFactory
,
MonetaryAmountFactoryProviderSpi
and RoundingProviderSpi
.See: Description
Class | Description |
---|---|
ConfigurableCurrencyUnitProvider |
This class provides a programmatic singleton for globally registering new
Currency into the
MonetaryCurrencies singleton either by currency code, locale, or both. |
DefaultMonetaryAmountsSpi |
Default implementation ot
MonetaryAmountsSpi loading the SPIs on startup initially once, using the
JSR's Bootstrap mechanism. |
DefaultMonetaryAmountsSpi.ProviderComparator |
Comparator used for ordering the services provided.
|
DefaultRoundingProvider |
Defaulr implementation of a
RoundingProviderSpi that creates instances of .javamoney.moneta.internal.DefaultRounding that relies on the default fraction units defined by .Currency#getDefaultFractionDigits() . |
FastMoneyAmountFactory |
Implementation of
MonetaryAmountFactory creating instances of FastMoney . |
FastMoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
FastMoneyAmountFactory . |
JDKCurrencyProvider |
Default implementation of a
CurrencyUnit based on the using the JDK's
MoneyCurrency , but also extendable using a Builder instance. |
MoneyAmountFactory |
Implementation of
MonetaryAmountFactory creating instances of Money . |
MoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
MoneyAmountFactory . |
RoundedMoneyAmountFactory |
Implementation of
MonetaryAmountFactory creating instances of .RoundedMoney . |
RoundedMoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
RoundedMoneyAmountFactory . |
CurrencyProviderSpi
, MonetaryAmountFactory
,
MonetaryAmountFactoryProviderSpi
and RoundingProviderSpi
.