public class DefaultInstantDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<java.time.Instant>
| Constructor and Description |
|---|
DefaultInstantDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
deserialize(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic java.time.Instant deserialize(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<java.time.Instant>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2020. All Rights Reserved.