kmongo / org.litote.kmongo.util / KotlinModuleConfiguration

KotlinModuleConfiguration

object KotlinModuleConfiguration (source)

Configure the KotlinModule used by jackson mapper engine.

Call the methods of this object before any call to KMongoConfiguration methods.

Properties

kotlinModuleInitializer

Function to customize KotlinModule used by KMongo.

var kotlinModuleInitializer: Builder.() -> Unit