java.lang.Object
org.eclipse.parsson.JsonStructureParser.Scope
org.eclipse.parsson.JsonStructureParser.ObjectScope
- All Implemented Interfaces:
Iterator
- Enclosing class:
JsonStructureParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.parsson.JsonStructureParser.Scope
createScope
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
it
-
value
private jakarta.json.JsonValue value -
key
-
-
Constructor Details
-
ObjectScope
ObjectScope(jakarta.json.JsonObject object)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
getJsonValue
jakarta.json.JsonValue getJsonValue()- Specified by:
getJsonValue
in classJsonStructureParser.Scope
-