public class BsonCalendarDeserializer extends BsonDeserializer<java.util.Calendar>
| Constructor and Description |
|---|
BsonCalendarDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Calendar |
deserialize(BsonParser bsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deserialize an object using the given BsonParser
|
deserializedeserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic java.util.Calendar deserialize(BsonParser bsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws java.io.IOException
BsonDeserializerdeserialize in class BsonDeserializer<java.util.Calendar>bsonParser - 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