Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
com.mongodb.gridfs |
GridFS tools.
|
com.mongodb.util |
Package containing misc utils.
|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
org.bson.types |
Contains classes implementing various BSON types.
|
Class and Description |
---|
BasicBSONCallback
An implementation of
BsonCallback that creates an instance of BSONObject. |
BasicBSONDecoder
Basic implementation of BSONDecoder interface that creates BasicBSONObject instances
|
BasicBSONEncoder
This is meant to be pooled or cached.
|
BasicBSONObject
A simple implementation of
DBObject . |
BSON
Contains byte representations of all the BSON types (see the BSON Specification).
|
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. |
LazyBSONDecoder
implementation of BSONDecoder that creates LazyBSONObject instances
|
LazyBSONObject
An immutable
BSONObject backed by a byte buffer that lazily provides keys and values on request. |
LazyDBList
Deprecated.
Please use
LazyDBList instead. |
Class and Description |
---|
BSONObject
A key-value map that can be saved to the database.
|
Class and Description |
---|
BasicBSONCallback
An implementation of
BsonCallback that creates an instance of BSONObject. |
BSONCallback
A callback interface for describing the structure of a BSON document.
|
BSONObject
A key-value map that can be saved to the database.
|
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.
|