public class KotlinModuleConfiguration
Configure the KotlinModule used by jackson mapper engine.
Call the methods of this object before any call to class KMongoConfiguration methods.
class KMongoConfigurationpublic static KotlinModuleConfiguration INSTANCE
Configure the KotlinModule used by jackson mapper engine.
Call the methods of this object before any call to class KMongoConfiguration methods.
class KMongoConfiguration@NotNull public kotlin.jvm.functions.Function1<com.fasterxml.jackson.module.kotlin.KotlinModule.Builder,kotlin.Unit> getKotlinModuleInitializer()
Function to customize KotlinModule used by KMongo.
public void setKotlinModuleInitializer(@NotNull
kotlin.jvm.functions.Function1<? super com.fasterxml.jackson.module.kotlin.KotlinModule.Builder,kotlin.Unit> p)
Function to customize KotlinModule used by KMongo.