Package org.glassfish.json
Class JsonStructureParser.ObjectScope
- java.lang.Object
-
- org.glassfish.json.JsonStructureParser.Scope
-
- org.glassfish.json.JsonStructureParser.ObjectScope
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- JsonStructureParser
private static class JsonStructureParser.ObjectScope extends JsonStructureParser.Scope
-
-
Constructor Summary
Constructors Constructor Description ObjectScope(JsonObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) JsonValue
getJsonValue()
boolean
hasNext()
java.util.Map.Entry<java.lang.String,JsonValue>
next()
void
remove()
-
Methods inherited from class org.glassfish.json.JsonStructureParser.Scope
createScope
-
-
-
-
Constructor Detail
-
ObjectScope
ObjectScope(JsonObject object)
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public java.util.Map.Entry<java.lang.String,JsonValue> next()
-
remove
public void remove()
-
getJsonValue
JsonValue getJsonValue()
- Specified by:
getJsonValue
in classJsonStructureParser.Scope
-
-