protected static final class HoconNodeCursor.Array extends HoconNodeCursor
HoconNodeCursor.Array, HoconNodeCursor.NumericallyIndexedObjectBackedArray, HoconNodeCursor.Object, HoconNodeCursor.RootValue| Modifier and Type | Field and Description |
|---|---|
protected Iterator<com.typesafe.config.ConfigValue> |
_contents |
protected com.typesafe.config.ConfigValue |
_currentNode |
_currentName, _parent| Constructor and Description |
|---|
Array(com.typesafe.config.ConfigValue n,
HoconNodeCursor p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
currentHasChildren() |
com.typesafe.config.ConfigValue |
currentNode() |
com.fasterxml.jackson.core.JsonToken |
endToken() |
com.fasterxml.jackson.core.JsonToken |
nextToken() |
asJsonToken, constructPath, getCurrentName, getParent, isArray, isNumericallyIndexed, isObject, iterateChildren, overrideCurrentNameprotected Iterator<com.typesafe.config.ConfigValue> _contents
protected com.typesafe.config.ConfigValue _currentNode
public Array(com.typesafe.config.ConfigValue n,
HoconNodeCursor p)
public com.fasterxml.jackson.core.JsonToken nextToken()
nextToken in class HoconNodeCursorpublic com.fasterxml.jackson.core.JsonToken endToken()
endToken in class HoconNodeCursorpublic com.typesafe.config.ConfigValue currentNode()
currentNode in class HoconNodeCursorpublic boolean currentHasChildren()
currentHasChildren in class HoconNodeCursorCopyright © 2017. All rights reserved.