JvmBsonFactory
BSON implementation based on the official Java and Kotlin MongoDB drivers.
Properties
Functions
Link copied to clipboard
open override fun buildArray(instance: ERROR CLASS: Symbol not found for BsonValueWriteable): BsonArray
abstract override fun buildArray(block: ERROR CLASS: Symbol not found for BsonValueWriter.() -> Unit): BsonArray
Link copied to clipboard
open override fun buildDocument(instance: ERROR CLASS: Symbol not found for BsonFieldWriteable): Bson
abstract override fun buildDocument(block: ERROR CLASS: Symbol not found for BsonFieldWriter.() -> Unit): Bson
Link copied to clipboard
Instantiates a new BsonArray instance by wrapping the official driver's BsonArray.
Link copied to clipboard
Instantiates a new Bson instance by wrapping the official driver's BsonDocument.
Link copied to clipboard
Instantiates a new BsonValueReader instance by wrapping the official driver's BsonValue.