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().
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.text.NumberFormat |
getNumberFormatter() |
Methods inherited from class | Name |
---|---|
class LocaleAwareNumberConverter |
canConvert, convert, getLocale, getNumberFormatter |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |