protected class AbstractBsonReader.Mark
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private BsonContextType |
contextType |
private BsonType |
currentBsonType |
private java.lang.String |
currentName |
private AbstractBsonReader.Context |
parentContext |
private AbstractBsonReader.State |
state |
Modifier | Constructor and Description |
---|---|
protected |
Mark() |
Modifier and Type | Method and Description |
---|---|
protected BsonContextType |
getContextType() |
protected AbstractBsonReader.Context |
getParentContext() |
protected void |
reset() |
private AbstractBsonReader.State state
private AbstractBsonReader.Context parentContext
private BsonContextType contextType
private BsonType currentBsonType
private java.lang.String currentName
protected AbstractBsonReader.Context getParentContext()
protected BsonContextType getContextType()
protected void reset()