protected class BsonDocumentReader.Context extends AbstractBsonReader.Context
| 限定符 | 构造器和说明 |
|---|---|
protected |
Context(BsonDocumentReader.Context parentContext,
BsonContextType contextType,
BsonArray array) |
protected |
Context(BsonDocumentReader.Context parentContext,
BsonContextType contextType,
BsonDocument document) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map.Entry<java.lang.String,BsonValue> |
getNextElement() |
BsonValue |
getNextValue() |
protected void |
mark() |
protected void |
reset() |
getContextType, getParentContextprotected Context(BsonDocumentReader.Context parentContext, BsonContextType contextType, BsonArray array)
protected Context(BsonDocumentReader.Context parentContext, BsonContextType contextType, BsonDocument document)