Package org.glassfish.json
Class JsonStructureParser.Scope
- java.lang.Object
-
- org.glassfish.json.JsonStructureParser.Scope
-
- All Implemented Interfaces:
java.util.Iterator
- Direct Known Subclasses:
JsonStructureParser.ArrayScope
,JsonStructureParser.ObjectScope
- Enclosing class:
- JsonStructureParser
private abstract static class JsonStructureParser.Scope extends java.lang.Object implements java.util.Iterator
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Scope()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) static JsonStructureParser.Scope
createScope(JsonValue value)
(package private) abstract JsonValue
getJsonValue()
-
-
-
Method Detail
-
getJsonValue
abstract JsonValue getJsonValue()
-
createScope
static JsonStructureParser.Scope createScope(JsonValue value)
-
-