private abstract static class JsonStructureParser.Scope
extends java.lang.Object
implements java.util.Iterator
| Modifier | Constructor and Description |
|---|---|
private |
Scope() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static JsonStructureParser.Scope |
createScope(JsonValue value) |
(package private) abstract JsonValue |
getJsonValue() |
abstract JsonValue getJsonValue()
static JsonStructureParser.Scope createScope(JsonValue value)