Uses of Class
org.bson.BsonDecimal128
-
Packages that use BsonDecimal128 Package Description org.bson Contains the base BSON classes.org.bson.codecs This package contains all the default BSON codecs. -
-
Uses of BsonDecimal128 in org.bson
Methods in org.bson that return BsonDecimal128 Modifier and Type Method Description BsonDecimal128
BsonValue. asDecimal128()
Gets this value as a BsonDecimal128 if it is one, otherwise throws exceptionBsonDecimal128
BsonDocument. getDecimal128(Object key)
Gets the value of the key if it is a BsonDecimal128, or throws if not.BsonDecimal128
BsonDocument. getDecimal128(Object key, BsonDecimal128 defaultValue)
If the document does not contain the given key, return the given default value.Methods in org.bson with parameters of type BsonDecimal128 Modifier and Type Method Description BsonDecimal128
BsonDocument. getDecimal128(Object key, BsonDecimal128 defaultValue)
If the document does not contain the given key, return the given default value. -
Uses of BsonDecimal128 in org.bson.codecs
Methods in org.bson.codecs that return BsonDecimal128 Modifier and Type Method Description BsonDecimal128
BsonDecimal128Codec. decode(BsonReader reader, DecoderContext decoderContext)
Methods in org.bson.codecs that return types with arguments of type BsonDecimal128 Modifier and Type Method Description Class<BsonDecimal128>
BsonDecimal128Codec. getEncoderClass()
Methods in org.bson.codecs with parameters of type BsonDecimal128 Modifier and Type Method Description void
BsonDecimal128Codec. encode(BsonWriter writer, BsonDecimal128 value, EncoderContext encoderContext)
-