Package org.glassfish.json
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.Scope
createScope
(JsonValue value) (package private) abstract JsonValue
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, hasNext, next, remove
-
Constructor Details
-
Scope
private Scope()
-
-
Method Details
-
getJsonValue
-
createScope
-