Class JPropReadContext.ObjectContext
java.lang.Object
tools.jackson.core.TokenStreamContext
tools.jackson.dataformat.javaprop.io.JPropReadContext
tools.jackson.dataformat.javaprop.io.JPropReadContext.ObjectContext
- Enclosing class:
JPropReadContext
Cursor used for traversing non-empty JSON Object nodes
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.dataformat.javaprop.io.JPropReadContext
JPropReadContext.ArrayContext, JPropReadContext.ObjectContext -
Field Summary
FieldsModifier and TypeFieldDescriptionIterator over child values.(package private) static final int(package private) static final int(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_KEY
static final int STATE_BRANCH_KEY- See Also:
-
STATE_BRANCH_VALUE
static final int STATE_BRANCH_VALUE- See Also:
-
STATE_CONTENT_KEY
static final int STATE_CONTENT_KEY- See Also:
-
STATE_CONTENT_VALUE
static final int STATE_CONTENT_VALUE- See Also:
-
STATE_END
static final int STATE_END- See Also:
-
_contents
Iterator over child values.
-
-
Constructor Details
-
ObjectContext
-
-
Method Details
-
nextToken
public tools.jackson.core.JsonToken nextToken()- Specified by:
nextTokenin classJPropReadContext
-