public class DefaultMonetaryCurrenciesSingletonSpi extends BaseMonetaryCurrenciesSingletonSpi
CurrencyUnit instances as provided by the
different registered CurrencyProviderSpi instances.
This class is thread safe.| Constructor and Description |
|---|
DefaultMonetaryCurrenciesSingletonSpi() |
| Modifier and Type | Method and Description |
|---|---|
Set<CurrencyUnit> |
getCurrencies(CurrencyQuery query) |
List<String> |
getDefaultProviderChain()
This default implementation simply returns all providers defined in arbitrary order.
|
Set<String> |
getProviderNames()
Get the names of the currently loaded providers.
|
getCurrencies, getCurrencies, getCurrency, getCurrency, getCurrency, isCurrencyAvailable, isCurrencyAvailablepublic DefaultMonetaryCurrenciesSingletonSpi()
public Set<CurrencyUnit> getCurrencies(CurrencyQuery query)
public List<String> getDefaultProviderChain()
public Set<String> getProviderNames()
Copyright © 2012–2020 JavaMoney. All rights reserved.