Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DBObjectCodec
A collectible codec for a DBObject.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandResultDocumentCodec<T> |
Modifier and Type | Class and Description |
---|---|
class |
BsonDocumentCodec
A codec for BsonDocument instances.
|
class |
DocumentCodec
A Codec for Document instances.
|