- 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.