Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyDBObject
An immutable
DBObject backed by a byte buffer that lazily provides keys and values on request. |
class |
LazyWriteableDBObject
Deprecated.
This class will be removed in a future release. There is no replacement.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyCachingLazyBSONObject
Deprecated.
This class is NOT a part of public API and will be dropped in 3.x versions.
|
class |
LazyBSONList
A
LazyBSONObject representing a BSON array. |
class |
LazyDBList
Deprecated.
Please use
LazyDBList instead. |