Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BsonDocument
A type-safe container for a BSON document.
|
class |
BsonDocumentWrapper<T>
A
BsonDocument that begins its life as a document of any type and an Encoder for that document, which lets an instance of
any class with an Encoder be treated as a BsonDocument. |
class |
Document
A representation of a document as a
Map . |
class |
RawBsonDocument
An immutable BSON document that is represented using only the raw bytes.
|
Copyright © 2018. All rights reserved.