protected static class BsonParser.Context
extends java.lang.Object
| Constructor and Description |
|---|
BsonParser.Context(BsonParser.Context parent,
boolean array) |
| Modifier and Type | Method and Description |
|---|---|
BsonParser.Context |
copy(BsonParser.Context parent,
boolean array)
|
void |
reset() |
public BsonParser.Context(BsonParser.Context parent, boolean array)
public void reset()
public BsonParser.Context copy(BsonParser.Context parent, boolean array)
parent - the new context's parentarray - true if the document being parsed under the new
context is an array