Package | Description |
---|---|
javax.money.format |
Money and Currency format API.
|
Modifier and Type | Method and Description |
---|---|
AmountStyle.Builder |
AmountStyle.Builder.setCurrencyStyle(CurrencyStyle currencyStyle)
Set the
CurrencyStyle to be used for rendering the
CurrencyUnit . |
AmountStyle.Builder |
AmountStyle.Builder.setDisplayConversion(MonetaryOperator conversion)
Sets the conversion to be applied before formatting.
|
AmountStyle.Builder |
AmountStyle.Builder.setGroupingSizes(int... groupSizes)
Sets the customized number group sizes to be used for formatting.
|
AmountStyle.Builder |
AmountStyle.Builder.setParseConversion(MonetaryOperator conversion)
Sets the conversion to be applied after parsing.
|
AmountStyle.Builder |
AmountStyle.Builder.setPattern(java.lang.String pattern)
Set the
java.text.DecimalFormat as defined by
java.text.DecimalFormat#getInstance(Locale) by the given Locale . |
AmountStyle.Builder |
AmountStyle.Builder.setSymbols(AmountFormatSymbols symbols)
Sets the
AmountFormatSymbols to be used. |
AmountStyle.Builder |
AmountStyle.toBuilder() |
AmountStyle.Builder |
AmountStyle.Builder.withSymbols(AmountFormatSymbols symbols)
Sets the
AmountFormatSymbols . |