Class JPropReadContext.ObjectContext
java.lang.Object
com.fasterxml.jackson.core.JsonStreamContext
com.fasterxml.jackson.dataformat.javaprop.io.JPropReadContext
com.fasterxml.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 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 JPropReadContext
_branchText, _currentName, _currentText, _currentValue, _nextNode, _parent, _stateFields inherited from class com.fasterxml.jackson.core.JsonStreamContext
_index, _nestingDepth, _type, TYPE_ARRAY, TYPE_OBJECT, TYPE_ROOT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JPropReadContext
create, getCurrentName, getCurrentText, getCurrentValue, getParent, nextContext, overrideCurrentName, setCurrentValueMethods inherited from class com.fasterxml.jackson.core.JsonStreamContext
getCurrentIndex, getEntryCount, getNestingDepth, getStartLocation, getTypeDesc, 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
-
-
Constructor Details
-
ObjectContext
-
-
Method Details
-
nextToken
public com.fasterxml.jackson.core.JsonToken nextToken()- Specified by:
nextTokenin classJPropReadContext
-