Skip to content

MongoDB request DSLopensavvy.ktmongo.dsl

Package-level declarations

Annotations and other global concepts.

Types

BsonContext

interface BsonContext :  ERROR CLASS: Symbol not found for BsonFactory,  ERROR CLASS: Symbol not found for ObjectIdGenerator, PropertyNameStrategy

BSON configuration for the objects generated by the DSL.

KtMongoDsl

@DslMarker
annotation class KtMongoDsl

Marker for functions that are part of the KtMongo DSL.

Functions

BsonContext

@ExperimentalAtomicApi
fun BsonContext(bsonFactory: ERROR CLASS: Symbol not found for BsonFactory, objectIdGenerator: ERROR CLASS: Symbol not found for ObjectIdGenerator = ObjectIdGenerator.Default(), nameStrategy: PropertyNameStrategy = PropertyNameStrategy.Default): BsonContext

BSON configuration for the objects generated by the DSL.