kmongo / org.litote.kmongo.util / KMongoJacksonFeature

KMongoJacksonFeature

object KMongoJacksonFeature (source)

Configure the jackson mapper engine.

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

Functions

setUUIDRepresentation

Set the UuidRepresentation for the serialized version of the UUID class.

fun setUUIDRepresentation(uuidRepresentation: UuidRepresentation?): Unit