Uses of Class
org.mongojack.internal.stream.JacksonDecoder
-
Packages that use JacksonDecoder Package Description org.mongojack.internal.stream -
-
Uses of JacksonDecoder in org.mongojack.internal.stream
Methods in org.mongojack.internal.stream that return JacksonDecoder Modifier and Type Method Description JacksonDecoder<T>
JacksonDecoder. withUuidRepresentation(org.bson.UuidRepresentation uuidRepresentation)
Constructors in org.mongojack.internal.stream with parameters of type JacksonDecoder Constructor Description JacksonCodec(JacksonEncoder<T> encoder, JacksonDecoder<T> decoder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JacksonCodecRegistry jacksonCodecRegistry)
-