Package | Description |
---|---|
org.bson |
This package contains bson classes required for the driver
|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Class and Description |
---|---|
protected class |
BsonBinaryReader.Context |
protected class |
BsonDocumentReader.Context |
Modifier and Type | Method and Description |
---|---|
protected AbstractBsonReader.Context |
AbstractBsonReader.getContext()
Get the context, which will indicate which state the reader is in, for example which part of a document it's currently reading.
|
protected AbstractBsonReader.Context |
AbstractBsonReader.Mark.getParentContext() |
protected AbstractBsonReader.Context |
AbstractBsonReader.Context.getParentContext()
Returns the parent context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBsonReader.setContext(AbstractBsonReader.Context context)
Set the context, which will indicate which state the reader is in, for example which part of a document it's currently reading.
|
Constructor and Description |
---|
AbstractBsonReader.Context(AbstractBsonReader.Context parentContext,
BsonContextType contextType)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JsonReader.Context |
Constructor and Description |
---|
JsonReader.Context(AbstractBsonReader.Context parentContext,
BsonContextType contextType) |
Copyright © 2016. All Rights Reserved.