public class JsonDateDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Date>
| Constructor and Description |
|---|
JsonDateDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asIso8061(Date date)
Use ConverterUtil.java
|
Date |
deserialize(com.fasterxml.jackson.core.JsonParser jsonparser,
com.fasterxml.jackson.databind.DeserializationContext deserializationcontext) |
static Date |
extractIso8061Date(String strValue)
Use ConverterUtil.java
|
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic static Date extractIso8061Date(String strValue) throws ParseException
ParseExceptionpublic Date 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<Date>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright 2022 OneSpan All rights reserved.