public class LocalDateTimeDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDateTime>
| Constructor and Description |
|---|
LocalDateTimeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDateTime |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic java.time.LocalDateTime deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDateTime>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2019. All rights reserved.