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
protected static final class JPropReadContext.ObjectContext extends JPropReadContext
Cursor used for traversing non-empty JSON Object 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<java.util.Map.Entry<java.lang.String,JPropNode>>
_contents
Iterator over child values.(package private) static int
STATE_BRANCH_KEY
(package private) static int
STATE_BRANCH_VALUE
(package private) static int
STATE_CONTENT_KEY
(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 ObjectContext(JPropReadContext p, JPropNode objectNode)
-
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_KEY
static final int STATE_BRANCH_KEY
- See Also:
- Constant Field Values
-
STATE_BRANCH_VALUE
static final int STATE_BRANCH_VALUE
- See Also:
- Constant Field Values
-
STATE_CONTENT_KEY
static final int STATE_CONTENT_KEY
- 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<java.util.Map.Entry<java.lang.String,JPropNode>> _contents
Iterator over child values.
-
-
Constructor Detail
-
ObjectContext
public ObjectContext(JPropReadContext p, JPropNode objectNode)
-
-
Method Detail
-
nextToken
public com.fasterxml.jackson.core.JsonToken nextToken()
- Specified by:
nextToken
in classJPropReadContext
-
-