Modifier and Type | Method and Description |
---|---|
JsonArray |
asArray() |
JsonBoolean |
asBoolean() |
JsonNumber |
asNumber() |
JsonObject |
asObject() |
JsonString |
asString() |
static JsonNumber |
create(double value) |
static JsonNumber |
create(int value) |
static JsonNumber |
create(long value) |
abstract double |
getDecimal() |
abstract long |
getInteger() |
boolean |
isArray() |
boolean |
isBoolean() |
boolean |
isNumber() |
boolean |
isObject() |
boolean |
isString() |
copyDeeply, write
public static JsonNumber create(double value)
public static JsonNumber create(int value)
public static JsonNumber create(long value)
public JsonBoolean asBoolean()
public JsonNumber asNumber()
public JsonObject asObject()
public JsonString asString()
public abstract double getDecimal()
public abstract long getInteger()
Copyright © 2018. All rights reserved.