public interface MonetaryAmountFormatProviderSpi
MonetaryAmountFormat instances.| Modifier and Type | Method | Description |
|---|---|---|
Collection<MonetaryAmountFormat> |
getAmountFormats(AmountFormatQuery formatQuery) |
Create a new
MonetaryAmountFormat for the given input. |
Set<String> |
getAvailableFormatNames() |
Gets a list with available format names for this format provider.
|
Set<Locale> |
getAvailableLocales() |
Gets a list with available locales for this format provider.
|
default String |
getProviderName() |
Access the provider's name.
|
default String getProviderName()
Collection<MonetaryAmountFormat> getAmountFormats(AmountFormatQuery formatQuery)
MonetaryAmountFormat for the given input.formatQuery - The AmountFormatContext to be used.MonetaryAmountFormat instance, or null, which delegates
the request to subsequent MonetaryAmountFormatProviderSpi instances
registered.Set<Locale> getAvailableLocales()
Copyright © 2012–2018 JSR 354 - Expert Group. All rights reserved.