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

private abstract static class JsonStructureParser.Scope extends Object implements Iterator
  • Constructor Details

    • Scope

      private Scope()
  • Method Details

    • getJsonValue

      abstract jakarta.json.JsonValue getJsonValue()
    • createScope

      static JsonStructureParser.Scope createScope(jakarta.json.JsonValue value)