| Package | Description |
|---|---|
| com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
| 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 |
This package contains bson classes required for the driver
|
| 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
|
| 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 |
|---|
| 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. |
Copyright © 2016. All Rights Reserved.