private static final class JsonNumberImpl.JsonBigDecimalNumber extends JsonNumberImpl
JsonValue.ValueType| Modifier and Type | Field and Description |
|---|---|
private java.math.BigDecimal |
bigDecimal |
| Constructor and Description |
|---|
JsonBigDecimalNumber(java.math.BigDecimal value) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
bigDecimalValue()
Returns this JSON number as a
BigDecimal object. |
bigIntegerValue, bigIntegerValueExact, doubleValue, equals, getJsonNumber, getJsonNumber, getJsonNumber, getJsonNumber, getJsonNumber, getValueType, hashCode, intValue, intValueExact, isIntegral, longValue, longValueExact, toStringpublic java.math.BigDecimal bigDecimalValue()
JsonNumberBigDecimal object.BigDecimal representation of the JSON number