| Package | Description |
|---|---|
| org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
| org.bson.types |
Contains classes implementing various BSON types.
|
| Class and Description |
|---|
| BasicBSONDecoder.BSONInput
Deprecated.
This class should not be a part of API.
Please see the class-level documentation for a migration instructions.
|
| BasicBSONObject
A simple implementation of
DBObject. |
| BSONCallback
A callback interface for describing the structure of a BSON document.
|
| BSONDecoder
An interface for decoders of BSON documents.
|
| BSONEncoder
A
BSONEncoder is a class which can be used to turn documents into byte arrays. |
| BSONObject
A key-value map that can be saved to the database.
|
| EmptyBSONCallback
Convenience implementation of BSONCallback that throws
UnsupportedOperationException for all methods. |
| LazyBSONCallback
A
BSONCallback for creation of LazyBSONObject and LazyBSONList instances. |
| LazyBSONList
A
LazyBSONObject representing a BSON array. |
| LazyBSONObject
An immutable
BSONObject backed by a byte buffer that lazily provides keys and values on request. |
| Transformer
Transforms objects that can be converted to BSON into other Java types, and vice versa.
|
| Class and Description |
|---|
| BSONObject
A key-value map that can be saved to the database.
|