Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBDecoder
An interface for decoders of BSON into instances of DBObject that belong to a DBCollection.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDBDecoder
An implementation of DBDecoder
|
class |
LazyDBDecoder
A decoder for
LazyDBObject instances. |
class |
LazyWriteableDBDecoder
Deprecated.
This class will be removed in a future release. There is no replacement.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicBSONDecoder
Basic implementation of BSONDecoder interface that creates BasicBSONObject instances
|
class |
LazyBSONDecoder
implementation of BSONDecoder that creates LazyBSONObject instances
|
class |
NewBSONDecoder
Deprecated.
This class is NOT a part of public API and will be dropped in 3.x versions.
|