java.lang.Object
org.eclipse.parsson.JsonStructureParser.Scope
org.eclipse.parsson.JsonStructureParser.ArrayScope
- 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
-
-
Constructor Details
-
ArrayScope
ArrayScope(jakarta.json.JsonArray array)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public jakarta.json.JsonValue next() -
remove
public void remove() -
getJsonValue
jakarta.json.JsonValue getJsonValue()- Specified by:
getJsonValue
in classJsonStructureParser.Scope
-