Interface | Description |
---|---|
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.
|
Class | 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).
|
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. |
Copyright © 2017. All rights reserved.