public class JsonWriter.Context extends AbstractBsonWriter.Context
AbstractBsonWriter.Context, and additionally providing
settings for the indentation level and whether there are any child elements at this level.| Constructor | Description |
|---|---|
Context(JsonWriter.Context parentContext,
BsonContextType contextType) |
Creates a new context.
|
Context(JsonWriter.Context parentContext,
BsonContextType contextType,
String indentChars) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
JsonWriter.Context |
getParentContext() |
Returns the parent context.
|
copy, getContextType@Deprecated public Context(JsonWriter.Context parentContext, BsonContextType contextType, String indentChars)
parentContext - the parent context that can be used for going back up to the parent levelcontextType - the type of this contextindentChars - the String to use for indentation at this level.public Context(JsonWriter.Context parentContext, BsonContextType contextType)
parentContext - the parent context that can be used for going back up to the parent levelcontextType - the type of this contextpublic JsonWriter.Context getParentContext()
AbstractBsonWriter.ContextgetParentContext in class AbstractBsonWriter.Context