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. |
| DefaultMonetaryAmountsSingletonQuerySpi |
Default implementation ot
MonetaryAmountsSingletonSpi loading the SPIs on startup
initially once, using the
JSR's Bootstrap mechanism. |
| DefaultMonetaryAmountsSingletonSpi |
Default implementation ot
MonetaryAmountsSingletonSpi loading the SPIs on startup
initially once, using the
JSR's Bootstrap mechanism. |
| 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(). |
| FastMoneyAmountBuilder |
Implementation of
MonetaryAmountFactory creating instances of FastMoney. |
| FastMoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
FastMoneyAmountBuilder. |
| JDKCurrencyAdapter |
Default implementation of a
CurrencyUnit based on the using the JDK's
Currency. |
| JDKCurrencyProvider |
Default implementation of a
CurrencyUnit based on the using the JDK's
Currency. |
| MoneyAmountBuilder |
Implementation of
MonetaryAmountFactory creating instances of Money. |
| MoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
MoneyAmountBuilder. |
| PriorityAwareServiceProvider |
This class implements the (default)
ServiceProvider interface and hereby uses the JDK
ServiceLoader to load the services required. |
| RoundedMoneyAmountBuilder |
Implementation of
MonetaryAmountFactory creating instances of .RoundedMoney. |
| RoundedMoneyAmountFactoryProvider |
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
RoundedMoneyAmountBuilder. |
CurrencyProviderSpi,
MonetaryAmountFactory,
MonetaryAmountFactoryProviderSpi and RoundingProviderSpi.Copyright © 2012-2015 JavaMoney. All Rights Reserved.