protected class BsonDocumentReader.Context extends AbstractBsonReader.Context
Modifier | Constructor and Description |
---|---|
protected |
Context(BsonDocumentReader.Context parentContext,
BsonContextType contextType,
BsonArray array) |
protected |
Context(BsonDocumentReader.Context parentContext,
BsonContextType contextType,
BsonDocument document) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<String,BsonValue> |
getNextElement() |
BsonValue |
getNextValue() |
protected void |
mark() |
protected void |
reset() |
getContextType, getParentContext
protected Context(BsonDocumentReader.Context parentContext, BsonContextType contextType, BsonArray array)
protected Context(BsonDocumentReader.Context parentContext, BsonContextType contextType, BsonDocument document)