|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fasterxml.jackson.databind.JsonDeserializer<T>
de.undercouch.bson4jackson.deserializers.BsonDeserializer<java.util.Date>
de.undercouch.bson4jackson.deserializers.BsonDateDeserializer
public class BsonDateDeserializer
Deserializes BSON date type objects to dates
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer |
|---|
com.fasterxml.jackson.databind.JsonDeserializer.None |
| Constructor Summary | |
|---|---|
BsonDateDeserializer()
|
|
| Method Summary | |
|---|---|
java.util.Date |
deserialize(BsonParser bsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deserialize an object using the given BsonParser |
| Methods inherited from class de.undercouch.bson4jackson.deserializers.BsonDeserializer |
|---|
deserialize |
| Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer |
|---|
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BsonDateDeserializer()
| Method Detail |
|---|
public java.util.Date deserialize(BsonParser bsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws java.io.IOException
BsonDeserializer
deserialize in class BsonDeserializer<java.util.Date>bsonParser - the BsonParser read fromctxt - context that can be used to access information about
this deserialization activity
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||