| Class | Description |
|---|---|
| BsonConstants |
Constants used within the BSON format
|
| BsonFactory |
Factory for
BsonGenerator and BsonParser |
| BsonGenerator |
Writes BSON code to the provided output stream
|
| BsonGenerator.DocumentInfo |
A structure describing the document currently being generated
|
| BsonModule |
Module that configures Jackson to be able to correctly handle all BSON types
|
| BsonParser |
Reads a BSON document from the provided input stream
|
| BsonParser.BsonLocation |
Extends
JsonLocation to offer a specialized string representation |
| BsonParser.Context |
Information about the element currently begin parsed
|
| Enum | Description |
|---|---|
| BsonGenerator.Feature |
Defines toggable features
|
| BsonParser.Feature |
Defines toggable features
|
| BsonParser.State |
Specifies what the parser is currently parsing (field name or value) or
if it is done with the current element
|