Uses of Class
org.bson.BsonUndefined
-
Packages that use BsonUndefined Package Description org.bson.codecs This package contains all the default BSON codecs.org.bson.json JSON serialization and deserialization. -
-
Uses of BsonUndefined in org.bson.codecs
Methods in org.bson.codecs that return BsonUndefined Modifier and Type Method Description BsonUndefined
BsonUndefinedCodec. decode(BsonReader reader, DecoderContext decoderContext)
Methods in org.bson.codecs that return types with arguments of type BsonUndefined Modifier and Type Method Description Class<BsonUndefined>
BsonUndefinedCodec. getEncoderClass()
Methods in org.bson.codecs with parameters of type BsonUndefined Modifier and Type Method Description void
BsonUndefinedCodec. encode(BsonWriter writer, BsonUndefined value, EncoderContext encoderContext)
-
Uses of BsonUndefined in org.bson.json
Methods in org.bson.json that return types with arguments of type BsonUndefined Modifier and Type Method Description Converter<BsonUndefined>
JsonWriterSettings. getUndefinedConverter()
A converter from BSON Undefined values to JSON.Method parameters in org.bson.json with type arguments of type BsonUndefined Modifier and Type Method Description JsonWriterSettings.Builder
JsonWriterSettings.Builder. undefinedConverter(Converter<BsonUndefined> undefinedConverter)
Sets the converter from BSON Undefined values to JSON.
-