public class DefaultAmountFormatSymbolsProviderSpi extends Object implements javax.money.spi.AmountFormatSymbolsProviderSpi
AmountFormatSymbolsProviderSpi providing the
symbols as defined by DecimalFormatSymbols.| Constructor and Description |
|---|
DefaultAmountFormatSymbolsProviderSpi() |
| Modifier and Type | Method and Description |
|---|---|
javax.money.format.AmountFormatSymbols |
getAmountFormatSymbols(Locale locale) |
Collection<Locale> |
getSupportedLocales() |
public DefaultAmountFormatSymbolsProviderSpi()
public javax.money.format.AmountFormatSymbols getAmountFormatSymbols(Locale locale)
getAmountFormatSymbols in interface javax.money.spi.AmountFormatSymbolsProviderSpipublic Collection<Locale> getSupportedLocales()
getSupportedLocales in interface javax.money.spi.AmountFormatSymbolsProviderSpiCopyright © 2012-2014 JavaMoney. All Rights Reserved.