Skip to content

Kotlin BSON • Based on the official MongoDB implementationopensavvy.ktmongo.bson.officialBsonFactory

BsonFactory

interface BsonFactory :  ERROR CLASS: Loop in supertypes involving opensavvy/ktmongo/bson/official/BsonFactory

BSON implementation based on the official MongoDB drivers.

Inheritors

  • JvmBsonFactory

Functions

buildArray

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

buildDocument

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