| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDBDecoder
An implementation of DBDecoder
|
class |
LazyDBDecoder
A decoder for
LazyDBObject instances. |
| Modifier and Type | Field and Description |
|---|---|
private DBDecoder |
DBDecoderAdapter.decoder |
| Modifier and Type | Method and Description |
|---|---|
DBDecoder |
DBDecoderFactory.create()
Creates an instance.
|
| Constructor and Description |
|---|
DBDecoderAdapter(DBDecoder decoder,
DBCollection collection,
BufferProvider bufferProvider) |