Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
org.bson.codecs |
This package contains all the default BSON codecs.
|
org.bson.codecs.configuration |
This package contains codec configurations and the codec registry helper
|
org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
Encoder
Instances of this class are capable of encoding an instance of the type parameter
T into a BSON value. |
Class and Description |
---|
BsonTypeClassMap
A map from a BSON types to the Class to which it should be decoded.
|
Codec
Implementations of this interface can both encode and decode values of type
T . |
CollectibleCodec
A Codec that generates complete BSON documents for storage in a MongoDB collection.
|
Decoder
Decoders are used for reading BSON types from MongoDB and converting them into Java objects.
|
DecoderContext
The context for decoding values to BSON.
|
DecoderContext.Builder
A builder for
DecoderContext instances. |
Encoder
Instances of this class are capable of encoding an instance of the type parameter
T into a BSON value. |
EncoderContext
The context for encoding values to BSON.
|
EncoderContext.Builder
A builder for
EncoderContext instances. |
IdGenerator
Classes that implement this interface define a way to create IDs for MongoDB documents.
|
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Class and Description |
---|
Codec
Implementations of this interface can both encode and decode values of type
T . |
Copyright © 2018. All rights reserved.