public class NumericFormatterImpl extends Object implements NumericFormatter
Constructor and Description |
---|
NumericFormatterImpl(NumberFormat format) |
Modifier and Type | Method and Description |
---|---|
Number |
parse(String clientValue)
Parses a value from the client in a locale-specific way.
|
String |
toClient(Number value)
Formats a value for the client in a locale-specific way.
|
public NumericFormatterImpl(NumberFormat format)
public Number parse(String clientValue) throws ParseException
NumericFormatter
parse
in interface NumericFormatter
ParseException
public String toClient(Number value)
NumericFormatter
toClient
in interface NumericFormatter
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.