public class TriggerTimeDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Long>
| Modifier and Type | Field and Description |
|---|---|
static SimpleDateFormat |
TIME_FORMAT |
| Constructor and Description |
|---|
TriggerTimeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Long |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic static final SimpleDateFormat TIME_FORMAT
public Long deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Long>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2015–2019. All rights reserved.