public interface JsonValueBase<JV extends JsonValueBase<?>>
| Modifier and Type | Method and Description |
|---|---|
JsonArrayBase<JV> |
asArray() |
boolean |
asBoolean() |
double |
asDouble() |
int |
asInt() |
long |
asLong() |
JsonObjectBase<JV> |
asObject() |
String |
asString() |
boolean |
isArray() |
boolean |
isBoolean() |
boolean |
isNull() |
boolean |
isNumber() |
boolean |
isObject() |
boolean |
isString() |
boolean isObject()
boolean isArray()
boolean isNumber()
boolean isString()
boolean isBoolean()
boolean isNull()
JsonObjectBase<JV> asObject()
JsonArrayBase<JV> asArray()
int asInt()
long asLong()
double asDouble()
String asString()
boolean asBoolean()
Copyright © 2019. All rights reserved.