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.
|
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 |
GeoJsonCodecProvider
A provider of codecs for GeoJSON objects.
|
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 |
UuidCodecProvider
A
CodecProvider for UUID Codecs with custom UUID representations |
class |
ValueCodecProvider
A Codec provider for dynamically-typed value classes.
|
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(List<? extends CodecProvider> providers)
Creates a
CodecRegistry from the provided list of CodecProvider instances. |
Copyright © 2016. All Rights Reserved.