T - the type to deserializepublic abstract class BsonDeserializer<T>
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
| Constructor and Description |
|---|
BsonDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
deserialize(BsonParser bp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deserialize an object using the given BsonParser
|
T |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic T deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws java.io.IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>java.io.IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic abstract T deserialize(BsonParser bp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws java.io.IOException, com.fasterxml.jackson.core.JsonProcessingException
bp - the BsonParser read fromctxt - context that can be used to access information about
this deserialization activityjava.io.IOException - if an I/O error occurredcom.fasterxml.jackson.core.JsonProcessingException - if parsing failed