程序包 gu.sql2java.json

类 IntegralbitsJacksonCodec.Deserializer<T>

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<T>
gu.sql2java.json.IntegralbitsJacksonCodec.Deserializer<T>
所有已实现的接口:
com.fasterxml.jackson.databind.deser.NullValueProvider
封闭类:
IntegralbitsJacksonCodec

public static class IntegralbitsJacksonCodec.Deserializer<T> extends com.fasterxml.jackson.databind.JsonDeserializer<T>
(枚举)字符串集合反序列化为整数(Long|Integer)的实现
  • 嵌套类概要

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

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

    构造器
    构造器
    说明
    Deserializer(Class<T> type, com.google.common.base.Function<Collection,T> agg)
     
  • 方法概要

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

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

    deserialize, deserializeWithType, deserializeWithType, findBackReference, 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
  • 构造器详细资料

    • Deserializer

      public Deserializer(Class<T> type, com.google.common.base.Function<Collection,T> agg)
      参数:
      type - 数字类型(Long|Integer|Short|Byte)
      agg - 将字符串集合聚合为整数的函数
  • 方法详细资料

    • deserialize

      public T deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
      指定者:
      deserialize 在类中 com.fasterxml.jackson.databind.JsonDeserializer<T>
      抛出:
      IOException
      com.fasterxml.jackson.core.JsonProcessingException