All Classes and Interfaces
Classes
Class
Description
Parses a
BigDecimal
value; the supported syntax is compatible with
BigDecimal(String)
.Parses a
BigInteger
value; the supported syntax is compatible
with BigInteger(String, int)
.Parses a
double
value; the supported syntax is compatible with
Double.valueOf(String)
.Parses a
float
value; the supported syntax is compatible with
Float.valueOf(String)
.Parses a
double
value; the supported syntax is compatible with
number
in the JSON format specification.