Java javax.json JsonNumber fields, constructors, methods, implement or subclass

Example usage for Java javax.json JsonNumber fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.json JsonNumber.

The text is from its open source code.

Method

BigDecimalbigDecimalValue()
Returns this JSON number as a BigDecimal object.
doubledoubleValue()
Returns this JSON number as a double .
intintValue()
Returns this JSON number as an int .
longlongValueExact()
Returns this JSON number as a long .
StringtoString()
Returns a JSON text representation of the JSON number.