Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.client.gridfs.codecs |
This package contains codecs for use with GridFS
|
com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
com.mongodb.client.model.geojson.codecs |
This package contains classes that encode and decode GeoJSON objects.
|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
org.bson |
Contains the base BSON classes.
|
org.bson.codecs |
This package contains all the default BSON codecs.
|
org.bson.codecs.configuration |
This package contains codec configurations and the codec registry helper
|
org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
Class and Description |
---|
BsonTypeClassMap
A map from a BSON types to the Class to which it should be decoded.
|
Codec
Implementations of this interface can both encode and decode values of type
T . |
CollectibleCodec
A Codec that generates complete BSON documents for storage in a MongoDB collection.
|
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
DecoderContext
The context for decoding values to BSON.
|
Encoder
Instances of this class are capable of encoding an instance of the type parameter
T into a BSON value. |
EncoderContext
The context for encoding values to BSON.
|
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
DecoderContext
The context for decoding values to BSON.
|
Encoder
Instances of this class are capable of encoding an instance of the type parameter
T into a BSON value. |
EncoderContext
The context for encoding values to BSON.
|
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
DecoderContext
The context for decoding values to BSON.
|
Encoder
Instances of this class are capable of encoding an instance of the type parameter
T into a BSON value. |
EncoderContext
The context for encoding values to BSON.
|
Class and Description |
---|
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
Class and Description |
---|
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
Encoder
Instances of this class are capable of encoding an instance of the type parameter
T into a BSON value. |
Class and Description |
---|
BsonTypeClassMap
A map from a BSON types to the Class to which it should be decoded.
|
Codec
Implementations of this interface can both encode and decode values of type
T . |
CollectibleCodec
A Codec that generates complete BSON documents for storage in a MongoDB collection.
|
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
DecoderContext
The context for decoding values to BSON.
|
DecoderContext.Builder
A builder for
DecoderContext instances. |
Encoder
Instances of this class are capable of encoding an instance of the type parameter
T into a BSON value. |
EncoderContext
The context for encoding values to BSON.
|
EncoderContext.Builder
A builder for
EncoderContext instances. |
IdGenerator
Classes that implement this interface define a way to create IDs for MongoDB documents.
|
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Copyright © 2018. All rights reserved.