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