Package | Description |
---|---|
org.bson |
This package contains bson classes required for the driver
|
org.bson.codecs |
This package contains all the default BSON codecs.
|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Method and Description |
---|---|
BsonDbPointer |
BsonValue.asDBPointer()
Gets this value as a DBPointer if it is one, otherwise throws exception
|
protected BsonDbPointer |
BsonBinaryReader.doReadDBPointer() |
protected abstract BsonDbPointer |
AbstractBsonReader.doReadDBPointer()
Handles the logic to read a DBPointer
|
protected BsonDbPointer |
BsonDocumentReader.doReadDBPointer() |
BsonDbPointer |
BsonReader.readDBPointer()
Reads a BSON DBPointer from the reader.
|
BsonDbPointer |
AbstractBsonReader.readDBPointer() |
BsonDbPointer |
BsonReader.readDBPointer(String name)
Reads a BSON DBPointer element from the reader.
|
BsonDbPointer |
AbstractBsonReader.readDBPointer(String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
BsonDocumentWriter.doWriteDBPointer(BsonDbPointer value) |
protected abstract void |
AbstractBsonWriter.doWriteDBPointer(BsonDbPointer value)
Handles the logic of writing a DbPointer value
|
protected void |
BsonBinaryWriter.doWriteDBPointer(BsonDbPointer value) |
void |
BsonWriter.writeDBPointer(BsonDbPointer value)
Writes a BSON DBPointer to the writer.
|
void |
AbstractBsonWriter.writeDBPointer(BsonDbPointer value) |
void |
BsonWriter.writeDBPointer(String name,
BsonDbPointer value)
Writes a BSON DBPointer element to the writer.
|
void |
AbstractBsonWriter.writeDBPointer(String name,
BsonDbPointer value) |
Modifier and Type | Method and Description |
---|---|
BsonDbPointer |
BsonDBPointerCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
Class<BsonDbPointer> |
BsonDBPointerCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BsonDBPointerCodec.encode(BsonWriter writer,
BsonDbPointer value,
EncoderContext encoderContext) |
Modifier and Type | Method and Description |
---|---|
protected BsonDbPointer |
JsonReader.doReadDBPointer() |
Modifier and Type | Method and Description |
---|---|
protected void |
JsonWriter.doWriteDBPointer(BsonDbPointer value) |
Copyright © 2016. All Rights Reserved.