Uses of Class
org.mongojack.JacksonCodecRegistry
-
Packages that use JacksonCodecRegistry Package Description org.mongojack org.mongojack.internal.stream org.mongojack.internal.util -
-
Uses of JacksonCodecRegistry in org.mongojack
Methods in org.mongojack with parameters of type JacksonCodecRegistry Modifier and Type Method Description void
InitializationRequiredForTransformation. initialize(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType type, JacksonCodecRegistry codecRegistry)
-
Uses of JacksonCodecRegistry in org.mongojack.internal.stream
Constructors in org.mongojack.internal.stream with parameters of type JacksonCodecRegistry Constructor Description JacksonCodec(JacksonEncoder<T> encoder, JacksonDecoder<T> decoder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JacksonCodecRegistry jacksonCodecRegistry)
-
Uses of JacksonCodecRegistry in org.mongojack.internal.util
Constructors in org.mongojack.internal.util with parameters of type JacksonCodecRegistry Constructor Description DistinctIterableDecorator(com.mongodb.client.DistinctIterable<TResult> delegate, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType type, JacksonCodecRegistry codecRegistry, SerializationOptions serializationOptions)
FindIterableDecorator(com.mongodb.client.FindIterable<TResult> delegate, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType type, JacksonCodecRegistry codecRegistry, SerializationOptions serializationOptions)
MapReduceIterableDecorator(com.mongodb.client.MapReduceIterable<TResult> delegate, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType type, JacksonCodecRegistry codecRegistry, SerializationOptions serializationOptions)
-