Skip navigation links
D I O S 

D

deserialize(p, ctxt) - Method in class org.litote.kmongo.id.jackson.StringToIdDeserializer
 
deserializeKey(key, ctxt) - Method in class org.litote.kmongo.id.jackson.IdKeyDeserializer
 

I

IdJacksonModule - Class in org.litote.kmongo.id.jackson
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.
IdJacksonModule(idGenerator) - Constructor for class org.litote.kmongo.id.jackson.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.
IdJacksonModule() - Constructor for class org.litote.kmongo.id.jackson.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.
IdKeyDeserializer - Class in org.litote.kmongo.id.jackson
Deserialize a String to an Id for a key.
IdKeyDeserializer(idGenerator) - Constructor for class org.litote.kmongo.id.jackson.IdKeyDeserializer
Deserialize a String to an Id for a key.
IdKeyDeserializer() - Constructor for class org.litote.kmongo.id.jackson.IdKeyDeserializer
Deserialize a String to an Id for a key.
IdKeySerializer - Class in org.litote.kmongo.id.jackson
Serialize an Id to a String for a Map.
IdKeySerializer() - Constructor for class org.litote.kmongo.id.jackson.IdKeySerializer
Serialize an Id to a String for a Map.
IdToStringSerializer - Class in org.litote.kmongo.id.jackson
Serialize an Id to a String.
IdToStringSerializer() - Constructor for class org.litote.kmongo.id.jackson.IdToStringSerializer
Serialize an Id to a String.

O

org.litote.kmongo.id.jackson - package org.litote.kmongo.id.jackson
 

S

serialize(value, gen, serializers) - Method in class org.litote.kmongo.id.jackson.IdKeySerializer
 
serialize(value, gen, serializers) - Method in class org.litote.kmongo.id.jackson.IdToStringSerializer
 
StringToIdDeserializer - Class in org.litote.kmongo.id.jackson
Deserialize a String to an Id.
StringToIdDeserializer(idGenerator) - Constructor for class org.litote.kmongo.id.jackson.StringToIdDeserializer
Deserialize a String to an Id.
StringToIdDeserializer() - Constructor for class org.litote.kmongo.id.jackson.StringToIdDeserializer
Deserialize a String to an Id.
D I O S 
Skip navigation links