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.geojson.codecs |
This package contains classes that encode and decode GeoJSON objects.
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
DBObjectCodecProvider
A provider for a DBObjectCodec.
|
class |
DBRefCodecProvider
A codec provider for DBRef.
|
Modifier and Type | Class and Description |
---|---|
class |
GridFSFileCodecProvider
A provider of codecs for
GridFSFile s. |
Modifier and Type | Class and Description |
---|---|
class |
GeoJsonCodecProvider
A provider of codecs for GeoJSON objects.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandResultCodecProvider<P> |
Modifier and Type | Class and Description |
---|---|
class |
BsonValueCodecProvider
A
CodecProvider for all subclass of BsonValue. |
class |
DocumentCodecProvider
A
CodecProvider for the Document class and all the default Codec implementations on which it depends. |
class |
IterableCodecProvider
A
CodecProvider for classes than implement the Iterable interface. |
class |
UuidCodecProvider
A
CodecProvider for UUID Codecs with custom UUID representations |
class |
ValueCodecProvider
A Codec provider for dynamically-typed value classes.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MapOfCodecsProvider |
(package private) class |
ProvidersCodecRegistry |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CodecProvider> |
ProvidersCodecRegistry.codecProviders |
Modifier and Type | Method and Description |
---|---|
private static CodecProvider |
CodecRegistries.providerFromRegistry(CodecRegistry innerRegistry) |
Modifier and Type | Method and Description |
---|---|
static CodecRegistry |
CodecRegistries.fromProviders(CodecProvider... providers)
Creates a
CodecRegistry from the provided list of CodecProvider instances. |
Modifier and Type | Method and Description |
---|---|
static CodecRegistry |
CodecRegistries.fromProviders(java.util.List<? extends CodecProvider> providers)
Creates a
CodecRegistry from the provided list of CodecProvider instances. |
Constructor and Description |
---|
ProvidersCodecRegistry(java.util.List<? extends CodecProvider> codecProviders) |