public final class GsonJsonObject extends Object implements JsonObjectBase<GsonJsonValue>
| Constructor and Description |
|---|
GsonJsonObject(com.google.gson.JsonObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GsonJsonValue |
get(String name) |
int |
hashCode() |
Iterator<Map.Entry<String,GsonJsonValue>> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic GsonJsonValue get(String name)
get in interface JsonObjectBase<GsonJsonValue>public Iterator<Map.Entry<String,GsonJsonValue>> iterator()
iterator in interface Iterable<Map.Entry<String,GsonJsonValue>>Copyright © 2019. All rights reserved.