Class JsonStructureParser.Scope
java.lang.Object
org.glassfish.json.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(JsonValue value) (package private) abstract 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
-
createScope
-