class BSONWriter.Context
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private BSONContextType |
contextType |
private BSONWriter.Context |
parentContext |
| Constructor and Description |
|---|
Context(BSONWriter.Context from) |
Context(BSONWriter.Context parentContext,
BSONContextType contextType) |
| Modifier and Type | Method and Description |
|---|---|
BSONWriter.Context |
copy() |
BSONContextType |
getContextType() |
BSONWriter.Context |
getParentContext() |
private final BSONWriter.Context parentContext
private final BSONContextType contextType
public Context(BSONWriter.Context from)
public Context(BSONWriter.Context parentContext, BSONContextType contextType)
public BSONWriter.Context getParentContext()
public BSONContextType getContextType()
public BSONWriter.Context copy()