public class ZonedDateTimeDeserializer extends com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<ZonedDateTime>
| Constructor and Description |
|---|
ZonedDateTimeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, getEmptyAccessPattern, getNullAccessPattern, logicalType, supportsUpdategetValueClass, getValueInstantiator, getValueType, getValueType, handledTypepublic ZonedDateTime deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<ZonedDateTime>IOException