@groovy.transform.CompileStatic class LocaleAwareBigDecimalConverter extends LocaleAwareNumberConverter
A ValueConverter that knows how to convert a String to a BigDecimal or a BigInteger and is Locale aware. The converter will use the Locale of the current request if being invoked as part of a request, otherwise will use Locale.getDefault().
Constructor and description |
---|
LocaleAwareBigDecimalConverter
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.text.NumberFormat |
getNumberFormatter() |
Methods inherited from class | Name |
---|---|
class LocaleAwareNumberConverter |
canConvert, convert, getLocale, getNumberFormatter |