Class JPropReadContext.ArrayContext
java.lang.Object
tools.jackson.core.TokenStreamContext
tools.jackson.dataformat.javaprop.io.JPropReadContext
tools.jackson.dataformat.javaprop.io.JPropReadContext.ArrayContext
- Enclosing class:
JPropReadContext
Cursor used for traversing non-empty JSON Array nodes
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.dataformat.javaprop.io.JPropReadContext
JPropReadContext.ArrayContext, JPropReadContext.ObjectContext -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int(package private) static final int(package private) static final int(package private) static final intFields inherited from class tools.jackson.dataformat.javaprop.io.JPropReadContext
_branchText, _currentName, _currentText, _currentValue, _nextNode, _parent, _stateFields inherited from class tools.jackson.core.TokenStreamContext
_index, _nestingDepth, _type, TYPE_ARRAY, TYPE_OBJECT, TYPE_ROOT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.jackson.dataformat.javaprop.io.JPropReadContext
assignCurrentValue, create, currentName, currentValue, getCurrentText, getParent, nextContext, overrideCurrentNameMethods inherited from class tools.jackson.core.TokenStreamContext
getCurrentIndex, getEntryCount, getNestingDepth, hasCurrentIndex, hasCurrentName, hasPathSegment, inArray, inObject, inRoot, pathAsPointer, pathAsPointer, startLocation, toString, typeDesc
-
Field Details
-
STATE_START
static final int STATE_START- See Also:
-
STATE_BRANCH_VALUE
static final int STATE_BRANCH_VALUE- See Also:
-
STATE_CONTENT_VALUE
static final int STATE_CONTENT_VALUE- See Also:
-
STATE_END
static final int STATE_END- See Also:
-
_contents
-
-
Constructor Details
-
ArrayContext
-
-
Method Details
-
nextToken
public tools.jackson.core.JsonToken nextToken()- Specified by:
nextTokenin classJPropReadContext
-