protected class JsonReader.Mark extends AbstractBsonReader.Mark
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
currentValue |
private int |
position |
private JsonToken |
pushedToken |
Modifier | Constructor and Description |
---|---|
protected |
Mark() |
Modifier and Type | Method and Description |
---|---|
void |
reset()
Reset the
BsonReader to its state at the time the mark was created. |
getContextType, getParentContext
private final JsonToken pushedToken
private final java.lang.Object currentValue
private final int position
public void reset()
BsonReaderMark
BsonReader
to its state at the time the mark was created.reset
in interface BsonReaderMark
reset
in class AbstractBsonReader.Mark