com.jasonclawson.jackson.dataformat.hocon
Class HoconNodeCursor.Array
java.lang.Object
com.fasterxml.jackson.core.JsonStreamContext
com.jasonclawson.jackson.dataformat.hocon.HoconNodeCursor
com.jasonclawson.jackson.dataformat.hocon.HoconNodeCursor.Array
- Enclosing class:
- HoconNodeCursor
protected static final class HoconNodeCursor.Array
- extends HoconNodeCursor
Cursor used for traversing non-empty JSON Array nodes
| Fields inherited from class com.fasterxml.jackson.core.JsonStreamContext |
_index, _type, TYPE_ARRAY, TYPE_OBJECT, TYPE_ROOT |
| Methods inherited from class com.fasterxml.jackson.core.JsonStreamContext |
getCurrentIndex, getEntryCount, getTypeDesc, inArray, inObject, inRoot |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_contents
protected Iterator<com.typesafe.config.ConfigValue> _contents
_currentNode
protected com.typesafe.config.ConfigValue _currentNode
HoconNodeCursor.Array
public HoconNodeCursor.Array(com.typesafe.config.ConfigValue n,
HoconNodeCursor p)
nextToken
public com.fasterxml.jackson.core.JsonToken nextToken()
- Specified by:
nextToken in class HoconNodeCursor
endToken
public com.fasterxml.jackson.core.JsonToken endToken()
- Specified by:
endToken in class HoconNodeCursor
currentNode
public com.typesafe.config.ConfigValue currentNode()
- Specified by:
currentNode in class HoconNodeCursor
currentHasChildren
public boolean currentHasChildren()
- Specified by:
currentHasChildren in class HoconNodeCursor
Copyright © 2015. All Rights Reserved.