- java.lang.Object
-
- com.github.wnameless.json.base.GsonJsonObject
-
- All Implemented Interfaces:
JsonObjectBase<GsonJsonValue>,Iterable<Map.Entry<String,GsonJsonValue>>
public final class GsonJsonObject extends Object implements JsonObjectBase<GsonJsonValue>
-
-
Constructor Summary
Constructors Constructor Description GsonJsonObject(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GsonJsonValueget(String name)inthashCode()Iterator<Map.Entry<String,GsonJsonValue>>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface com.github.wnameless.json.base.JsonObjectBase
isEmpty
-
-
-
-
Method Detail
-
get
public GsonJsonValue get(String name)
- Specified by:
getin interfaceJsonObjectBase<GsonJsonValue>
-
iterator
public Iterator<Map.Entry<String,GsonJsonValue>> iterator()
- Specified by:
iteratorin interfaceIterable<Map.Entry<String,GsonJsonValue>>
-
-