public class ZonedDateTimeKeyDeserializer extends KeyDeserializer
KeyDeserializer.None| Modifier and Type | Field and Description |
|---|---|
static ZonedDateTimeKeyDeserializer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
_rethrowDateTimeException(DeserializationContext ctxt,
Class<?> type,
DateTimeException e0,
String value) |
protected ZonedDateTime |
deserialize(String key,
DeserializationContext ctxt) |
Object |
deserializeKey(String key,
DeserializationContext ctxt)
Method called to deserialize a
Map key from JSON property name. |
public static final ZonedDateTimeKeyDeserializer INSTANCE
protected ZonedDateTime deserialize(String key, DeserializationContext ctxt) throws IOException
IOExceptionpublic final Object deserializeKey(String key, DeserializationContext ctxt) throws IOException
KeyDeserializerMap key from JSON property name.deserializeKey in class KeyDeserializerIOExceptionprotected <T> T _rethrowDateTimeException(DeserializationContext ctxt, Class<?> type, DateTimeException e0, String value) throws IOException
IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.