Package | Description |
---|---|
javax.money.format |
Money and Currency format API.
|
javax.money.spi |
SPI interfaces of the Money and Currency API, including bootstrap logic.
|
Modifier and Type | Method and Description |
---|---|
static MonetaryAmountFormat |
MonetaryFormats.getAmountFormat(AmountStyle style)
Access an
MonetaryAmountFormat given a AmountStyle . |
static MonetaryAmountFormat |
MonetaryFormats.getAmountFormat(java.util.Locale locale)
Access the default
MonetaryAmountFormat given a Locale . |
Modifier and Type | Method and Description |
---|---|
MonetaryAmountFormat |
MonetaryAmountFormatProviderSpi.getAmountFormat(AmountStyle formatStyle)
Create a new
MonetaryAmountFormat for the given input. |