public interface MonetaryAmountFormatProviderSpi
MonetaryAmountFormat instances.| Modifier and Type | Method and Description |
|---|---|
MonetaryAmountFormat |
getAmountFormat(AmountStyle formatStyle)
Create a new
MonetaryAmountFormat for the given input. |
MonetaryAmountFormat getAmountFormat(AmountStyle formatStyle)
MonetaryAmountFormat for the given input.formatStyle - The AmountStyle to be used.MonetaryAmountFormat instance, or null, which delegates
the request to subsequent MonetaryAmountFormatProviderSpi instances
registered.