| 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.
|
| org.bson |
This package contains bson classes required for the driver
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicBSONDecoder
Basic implementation of BSONDecoder interface that creates BasicBSONObject instances
|
class |
LazyBSONDecoder
A decoder for
LazyBSONObject instances. |
Copyright © 2016. All Rights Reserved.