Class JsonStructureParser.Scope
java.lang.Object
org.eclipse.parsson.JsonStructureParser.Scope
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
JsonStructureParser.ArrayScope, JsonStructureParser.ObjectScope
- Enclosing class:
JsonStructureParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static JsonStructureParser.ScopecreateScope(jakarta.json.JsonValue value) (package private) abstract jakarta.json.JsonValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, next, remove
-
Constructor Details
-
Scope
private Scope()
-
-
Method Details
-
getJsonValue
abstract jakarta.json.JsonValue getJsonValue() -
createScope
-