Uses of Package
org.bson.codecs
-
Packages that use org.bson.codecs 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 helperorg.bson.codecs.jsr310 This package contains classes specific to the JSR-310 Date and Time APIorg.bson.codecs.pojo This package contains classes specific to mapping user POJOs. -
Classes in org.bson.codecs used by org.bson Class Description Codec Implementations of this interface can both encode and decode values of typeT
.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 parameterT
into a BSON value. -
Classes in org.bson.codecs used by org.bson.codecs Class 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 typeT
.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 forDecoderContext
instances.Encoder Instances of this class are capable of encoding an instance of the type parameterT
into a BSON value.EncoderContext The context for encoding values to BSON.EncoderContext.Builder A builder forEncoderContext
instances.IdGenerator Classes that implement this interface define a way to create IDs for MongoDB documents. -
Classes in org.bson.codecs used by org.bson.codecs.configuration Class Description Codec Implementations of this interface can both encode and decode values of typeT
. -
Classes in org.bson.codecs used by org.bson.codecs.jsr310 Class Description Codec Implementations of this interface can both encode and decode values of typeT
.Decoder Decoders are used for reading BSON types from MongoDB and converting them into Java objects.DecoderContext The context for decoding values to BSON.Encoder Instances of this class are capable of encoding an instance of the type parameterT
into a BSON value.EncoderContext The context for encoding values to BSON. -
Classes in org.bson.codecs used by org.bson.codecs.pojo Class Description Codec Implementations of this interface can both encode and decode values of typeT
.