Package org.mongojack.internal.stream
Class JacksonDecoder<T>
- java.lang.Object
-
- org.mongojack.internal.stream.JacksonDecoder<T>
-
- All Implemented Interfaces:
org.bson.codecs.Decoder<T>
public class JacksonDecoder<T> extends Object implements org.bson.codecs.Decoder<T>
-
-
Constructor Summary
Constructors Constructor Description JacksonDecoder(Class<T> clazz, Class<?> view, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.bson.UuidRepresentation uuidRepresentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
decode(org.bson.BsonReader reader, org.bson.codecs.DecoderContext decoderContext)
JacksonDecoder<T>
withUuidRepresentation(org.bson.UuidRepresentation uuidRepresentation)
-
-
-
Method Detail
-
withUuidRepresentation
public JacksonDecoder<T> withUuidRepresentation(org.bson.UuidRepresentation uuidRepresentation)
-
-