Uses of Class
org.bson.BsonDbPointer
-
Packages that use BsonDbPointer Package Description org.bson Contains the base BSON classes.org.bson.codecs This package contains all the default BSON codecs.org.bson.json JSON serialization and deserialization. -
-
Uses of BsonDbPointer in org.bson
Methods in org.bson that return BsonDbPointer Modifier and Type Method Description BsonDbPointer
BsonValue. asDBPointer()
Gets this value as a BsonDbPointer if it is one, otherwise throws exceptionprotected abstract BsonDbPointer
AbstractBsonReader. doReadDBPointer()
Handles the logic to read a DBPointerprotected BsonDbPointer
BsonBinaryReader. doReadDBPointer()
protected BsonDbPointer
BsonDocumentReader. doReadDBPointer()
BsonDbPointer
AbstractBsonReader. readDBPointer()
BsonDbPointer
AbstractBsonReader. readDBPointer(String name)
BsonDbPointer
BsonReader. readDBPointer()
Reads a BSON DBPointer from the reader.BsonDbPointer
BsonReader. readDBPointer(String name)
Reads a BSON DBPointer element from the reader.Methods in org.bson with parameters of type BsonDbPointer Modifier and Type Method Description protected abstract void
AbstractBsonWriter. doWriteDBPointer(BsonDbPointer value)
Handles the logic of writing a DbPointer valueprotected void
BsonBinaryWriter. doWriteDBPointer(BsonDbPointer value)
protected void
BsonDocumentWriter. doWriteDBPointer(BsonDbPointer value)
void
AbstractBsonWriter. writeDBPointer(String name, BsonDbPointer value)
void
AbstractBsonWriter. writeDBPointer(BsonDbPointer value)
void
BsonWriter. writeDBPointer(String name, BsonDbPointer value)
Writes a BSON DBPointer element to the writer.void
BsonWriter. writeDBPointer(BsonDbPointer value)
Writes a BSON DBPointer to the writer. -
Uses of BsonDbPointer in org.bson.codecs
Methods in org.bson.codecs that return BsonDbPointer Modifier and Type Method Description BsonDbPointer
BsonDBPointerCodec. decode(BsonReader reader, DecoderContext decoderContext)
Methods in org.bson.codecs that return types with arguments of type BsonDbPointer Modifier and Type Method Description Class<BsonDbPointer>
BsonDBPointerCodec. getEncoderClass()
Methods in org.bson.codecs with parameters of type BsonDbPointer Modifier and Type Method Description void
BsonDBPointerCodec. encode(BsonWriter writer, BsonDbPointer value, EncoderContext encoderContext)
-
Uses of BsonDbPointer in org.bson.json
Methods in org.bson.json that return BsonDbPointer Modifier and Type Method Description protected BsonDbPointer
JsonReader. doReadDBPointer()
Methods in org.bson.json with parameters of type BsonDbPointer Modifier and Type Method Description protected void
JsonWriter. doWriteDBPointer(BsonDbPointer value)
-