Uses of Interface
org.bson.conversions.Bson
-
Packages that use Bson Package Description org.bson Contains the base BSON classes. -
-
Uses of Bson in org.bson
Classes in org.bson that implement Bson Modifier and Type Class Description class
BsonDocument
A type-safe container for a BSON document.class
BsonDocumentWrapper<T>
ABsonDocument
that begins its life as a document of any type and anEncoder
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 aMap
.class
RawBsonDocument
An immutable BSON document that is represented using only the raw bytes.
-