Package de.otto.edison.oauth
Class ZonedDateTimeDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<java.time.ZonedDateTime>
de.otto.edison.oauth.ZonedDateTimeDeserializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class ZonedDateTimeDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<java.time.ZonedDateTime>
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ZonedDateTimeDeserializer() -
Method Summary
Modifier and Type Method Description java.time.ZonedDateTimedeserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
Constructor Details
-
ZonedDateTimeDeserializer
public ZonedDateTimeDeserializer()
-
-
Method Details
-
deserialize
public java.time.ZonedDateTime deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws java.io.IOException- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<java.time.ZonedDateTime>- Throws:
java.io.IOException
-