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