com.jasonclawson.jackson.dataformat.hocon
Class HoconNodeCursor.RootValue
java.lang.Object
com.fasterxml.jackson.core.JsonStreamContext
com.jasonclawson.jackson.dataformat.hocon.HoconNodeCursor
com.jasonclawson.jackson.dataformat.hocon.HoconNodeCursor.RootValue
- Enclosing class:
- HoconNodeCursor
protected static final class HoconNodeCursor.RootValue
- extends HoconNodeCursor
|
Field Summary |
protected boolean |
_done
|
protected com.typesafe.config.ConfigValue |
_node
|
| 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 |
_node
protected com.typesafe.config.ConfigValue _node
_done
protected boolean _done
HoconNodeCursor.RootValue
public HoconNodeCursor.RootValue(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.