public final class MinimalJsonValue extends Object implements JsonValueBase<MinimalJsonValue>
| Constructor and Description |
|---|
MinimalJsonValue(com.eclipsesource.json.JsonValue jsonValue) |
| Modifier and Type | Method and Description |
|---|---|
MinimalJsonArray |
asArray() |
boolean |
asBoolean() |
double |
asDouble() |
int |
asInt() |
long |
asLong() |
MinimalJsonObject |
asObject() |
String |
asString() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isArray() |
boolean |
isBoolean() |
boolean |
isNull() |
boolean |
isNumber() |
boolean |
isObject() |
boolean |
isString() |
String |
toString() |
public MinimalJsonValue(com.eclipsesource.json.JsonValue jsonValue)
public boolean isObject()
isObject in interface JsonValueBase<MinimalJsonValue>public boolean isArray()
isArray in interface JsonValueBase<MinimalJsonValue>public boolean isNumber()
isNumber in interface JsonValueBase<MinimalJsonValue>public boolean isString()
isString in interface JsonValueBase<MinimalJsonValue>public boolean isBoolean()
isBoolean in interface JsonValueBase<MinimalJsonValue>public boolean isNull()
isNull in interface JsonValueBase<MinimalJsonValue>public MinimalJsonObject asObject()
asObject in interface JsonValueBase<MinimalJsonValue>public MinimalJsonArray asArray()
asArray in interface JsonValueBase<MinimalJsonValue>public int asInt()
asInt in interface JsonValueBase<MinimalJsonValue>public long asLong()
asLong in interface JsonValueBase<MinimalJsonValue>public double asDouble()
asDouble in interface JsonValueBase<MinimalJsonValue>public String asString()
asString in interface JsonValueBase<MinimalJsonValue>public boolean asBoolean()
asBoolean in interface JsonValueBase<MinimalJsonValue>Copyright © 2019. All rights reserved.