Constructor and Description |
---|
UnixTimestampDeserializer() |
Modifier and Type | Method and Description |
---|---|
Instant |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
deserialize unix time to instants
|
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
@Nonnull public Instant deserialize(@Nonnull com.fasterxml.jackson.core.JsonParser jsonParser, @Nullable com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws NumberFormatException, IOException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<Instant>
jsonParser
- Json parserdeserializationContext
- DeserializationContextNumberFormatException
- multichainServiceExceptionIOException
- IOExceptionCopyright © 2019 SAP SE. All rights reserved.