类 TimestampToLocalDateTimeDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.TimestampToLocalDateTimeDeserializer
所有已实现的接口:
com.fasterxml.jackson.databind.deser.NullValueProvider

public class TimestampToLocalDateTimeDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>

Description: Timestamp 转 LocalDateTime 反序列化器

作者:
: gengwei.zheng
Date:
: 2023/9/22 16:46
  • 嵌套类概要

    从类继承的嵌套类/接口 com.fasterxml.jackson.databind.JsonDeserializer

    com.fasterxml.jackson.databind.JsonDeserializer.None
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
     

    从类继承的方法 com.fasterxml.jackson.databind.JsonDeserializer

    deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • TimestampToLocalDateTimeDeserializer

      public TimestampToLocalDateTimeDeserializer()
  • 方法详细资料

    • deserialize

      public LocalDateTime deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException, com.fasterxml.jackson.core.JacksonException
      指定者:
      deserialize 在类中 com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
      抛出:
      IOException
      com.fasterxml.jackson.core.JacksonException