public class IdJacksonModule
Add support for serialization and deserialization of Id to or from json String. The IdGenerator used must have a public constructor with only one String argument.
public IdJacksonModule(@Nullable
org.litote.kmongo.id.IdGenerator idGenerator)
Add support for serialization and deserialization of Id to or from json String. The IdGenerator used must have a public constructor with only one String argument.
idGenerator - if null IdGenerator.defaultGenerator is usedpublic IdJacksonModule()
Add support for serialization and deserialization of Id to or from json String. The IdGenerator used must have a public constructor with only one String argument.