AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
JsonObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getBigDecimal(String key) |
BigInteger |
getBigInteger(String key) |
boolean |
getBoolean(String key) |
byte |
getByte(String key) |
double |
getDouble(String key) |
float |
getFloat(String key) |
int |
getInteger(String key) |
JsonArray |
getJsonArray(String key) |
JsonObject |
getJsonObject(String key) |
long |
getLong(String key) |
short |
getShort(String key) |
String |
getString(String key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic JsonObject getJsonObject(String key)
public byte getByte(String key)
public short getShort(String key)
public int getInteger(String key)
public long getLong(String key)
public float getFloat(String key)
public double getDouble(String key)
public BigInteger getBigInteger(String key)
public BigDecimal getBigDecimal(String key)
public boolean getBoolean(String key)
Copyright © 2016. All rights reserved.