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, unwrappingDeserializer
public static Date extractIso8061Date(String strValue) throws ParseException
ParseException
public 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>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright 2022 OneSpan All rights reserved.