public class Jackson2LocalDateTimeDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
| 构造器和说明 |
|---|
Jackson2LocalDateTimeDeserializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
LocalDateTime |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Class<?> |
handledType() |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic LocalDateTime deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize 在类中 com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>IOExceptionpublic Class<?> handledType()
handledType 在类中 com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>Copyright © 2021 HappyCoding. All rights reserved.