public class LocalDateKeyDeserializer extends KeyDeserializer
KeyDeserializer.None
Modifier and Type | Field and Description |
---|---|
static LocalDateKeyDeserializer |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
_handleDateTimeException(DeserializationContext ctxt,
Class<?> type,
DateTimeException e0,
String value) |
protected LocalDate |
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 LocalDateKeyDeserializer INSTANCE
protected LocalDate deserialize(String key, DeserializationContext ctxt) throws IOException
IOException
public final Object deserializeKey(String key, DeserializationContext ctxt) throws IOException
KeyDeserializer
Map
key from JSON property name.deserializeKey
in class KeyDeserializer
IOException
protected <T> T _handleDateTimeException(DeserializationContext ctxt, Class<?> type, DateTimeException e0, String value) throws IOException
IOException
Copyright © 2019 JBoss by Red Hat. All rights reserved.