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 |
---|---|
AmountFormatSymbols |
AmountFormatSymbols.Builder.create()
Creates an instance of
AmountFormatSymbols given the current data, |
AmountFormatSymbols |
AmountStyle.getSymbols()
Access the style's
AmountFormatSymbols . |
static AmountFormatSymbols |
AmountFormatSymbols.of(java.util.Locale locale)
Get an
AmountFormatSymbols given a Locale . |
Modifier and Type | Method and Description |
---|---|
AmountStyle.Builder |
AmountStyle.Builder.setSymbols(AmountFormatSymbols symbols)
Sets the
AmountFormatSymbols to be used. |
AmountStyle.Builder |
AmountStyle.Builder.withSymbols(AmountFormatSymbols symbols)
Sets the
AmountFormatSymbols . |
Constructor and Description |
---|
AmountFormatSymbols.Builder(AmountFormatSymbols symbols)
Creates a new Builder based on existing
AmountFormatSymbols , e.g. for changing
the given AmountFormatSymbols . |
Modifier and Type | Method and Description |
---|---|
AmountFormatSymbols |
AmountFormatSymbolsProviderSpi.getAmountFormatSymbols(java.util.Locale locale)
Create a new
AmountFormatSymbols for the given Locale . |