Class JPropReadContext.ArrayContext
- java.lang.Object
-
- com.fasterxml.jackson.core.JsonStreamContext
-
- com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext
-
- com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext.ArrayContext
-
- Enclosing class:
- JPropReadContext
protected static final class JPropReadContext.ArrayContext extends JPropReadContext
Cursor used for traversing non-empty JSON Array nodes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext
JPropReadContext.ArrayContext, JPropReadContext.ObjectContext
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Iterator<JPropNode>
_contents
(package private) static int
STATE_BRANCH_VALUE
(package private) static int
STATE_CONTENT_VALUE
(package private) static int
STATE_END
(package private) static int
STATE_START
-
Fields inherited from class com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext
_branchText, _currentName, _currentText, _currentValue, _nextNode, _parent, _state
-
-
Constructor Summary
Constructors Constructor Description ArrayContext(JPropReadContext p, JPropNode arrayNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.core.JsonToken
nextToken()
-
Methods inherited from class com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext
create, getCurrentName, getCurrentText, getCurrentValue, getParent, nextContext, overrideCurrentName, setCurrentValue
-
-
-
-
Field Detail
-
STATE_START
static final int STATE_START
- See Also:
- Constant Field Values
-
STATE_BRANCH_VALUE
static final int STATE_BRANCH_VALUE
- See Also:
- Constant Field Values
-
STATE_CONTENT_VALUE
static final int STATE_CONTENT_VALUE
- See Also:
- Constant Field Values
-
STATE_END
static final int STATE_END
- See Also:
- Constant Field Values
-
_contents
protected java.util.Iterator<JPropNode> _contents
-
-
Constructor Detail
-
ArrayContext
public ArrayContext(JPropReadContext p, JPropNode arrayNode)
-
-
Method Detail
-
nextToken
public com.fasterxml.jackson.core.JsonToken nextToken()
- Specified by:
nextToken
in classJPropReadContext
-
-