| Modifier and Type | Class and Description |
|---|---|
protected static class |
HoconNodeCursor.Array
Cursor used for traversing non-empty JSON Array nodes
|
protected static class |
HoconNodeCursor.NumericallyIndexedObjectBackedArray
Cursor used for traversing non-empty JSON Object nodes and converting them to Arrays because they have numerically indexed keys
|
protected static class |
HoconNodeCursor.Object
Cursor used for traversing non-empty JSON Object nodes
|
protected static class |
HoconNodeCursor.RootValue |
| Modifier and Type | Field and Description |
|---|---|
protected HoconNodeCursor |
HoconTreeTraversingParser._nodeCursor
Traversal context within tree
|
protected HoconNodeCursor |
HoconNodeCursor._parent |
| Modifier and Type | Method and Description |
|---|---|
HoconNodeCursor |
HoconNodeCursor.getParent() |
HoconNodeCursor |
HoconNodeCursor.iterateChildren()
Method called to create a new context for iterating all
contents of the current structured value (JSON array or object)
|
| Constructor and Description |
|---|
Array(com.typesafe.config.ConfigValue n,
HoconNodeCursor p) |
HoconNodeCursor(int contextType,
HoconNodeCursor p) |
NumericallyIndexedObjectBackedArray(com.typesafe.config.ConfigValue n,
HoconNodeCursor p) |
Object(com.typesafe.config.ConfigValue n,
HoconNodeCursor p) |
RootValue(com.typesafe.config.ConfigValue n,
HoconNodeCursor p) |
Copyright © 2017. All rights reserved.