public static class ObjectMapperWrapper.OffsetDateTimeDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<OffsetDateTime>
| Modifier and Type | Field and Description |
|---|---|
static ObjectMapperWrapper.OffsetDateTimeDeserializer |
INSTANCE |
| Constructor and Description |
|---|
OffsetDateTimeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Class<OffsetDateTime> |
handledType() |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic static final ObjectMapperWrapper.OffsetDateTimeDeserializer INSTANCE
public OffsetDateTime deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<OffsetDateTime>IOExceptionpublic Class<OffsetDateTime> handledType()
handledType in class com.fasterxml.jackson.databind.JsonDeserializer<OffsetDateTime>Copyright © 2024. All rights reserved.