| Package | Description |
|---|---|
| com.mongodb | |
| com.mongodb.gridfs |
Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
|
| com.mongodb.util |
Contains classes that can be used everywhere in the driver, and have no specific domain.
|
| org.bson | |
| org.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
A decoder for
LazyBSONObject 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. |
| 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 |
|---|
| 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. |
| LazyBSONObject
An immutable
BSONObject backed by a byte buffer that lazily provides keys and values on request. |
| Class and Description |
|---|
| BSONObject
A key-value map that can be saved to the database.
|
Copyright © 2017. All rights reserved.