Class DateParser
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<Date>
-
- org.gcube.data.publishing.ckan2zenodo.commons.DateParser
-
public class DateParser extends com.fasterxml.jackson.databind.JsonDeserializer<Date>
-
-
Constructor Summary
Constructors Constructor Description DateParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Datedeserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public Date deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<Date>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-