| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BSONBinaryWriter.Context |
| Modifier and Type | Field and Description |
|---|---|
private BSONWriter.Context |
BSONWriter.context |
private BSONWriter.Context |
BSONWriter.Mark.markedContext |
private BSONWriter.Context |
BSONWriter.Context.parentContext |
| Modifier and Type | Method and Description |
|---|---|
BSONWriter.Context |
BSONWriter.Context.copy() |
protected BSONWriter.Context |
BSONWriter.getContext() |
BSONWriter.Context |
BSONWriter.Context.getParentContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BSONWriter.setContext(BSONWriter.Context context) |
| Constructor and Description |
|---|
Context(BSONWriter.Context from) |
Context(BSONWriter.Context parentContext,
BSONContextType contextType) |