protected static final class HoconNodeCursor.Object extends HoconNodeCursor
HoconNodeCursor.Array, HoconNodeCursor.NumericallyIndexedObjectBackedArray, HoconNodeCursor.Object, HoconNodeCursor.RootValue| Modifier and Type | Field and Description |
|---|---|
protected Iterator<Map.Entry<String,com.typesafe.config.ConfigValue>> |
_contents |
protected Map.Entry<String,com.typesafe.config.ConfigValue> |
_current |
protected boolean |
_needEntry |
_currentName, _parent| Constructor and Description |
|---|
Object(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, overrideCurrentNamepublic Object(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.