类 GenericType<T>

java.lang.Object
com.google.common.reflect.TypeToken<T>
com.alibaba.nacos.core.utils.GenericType<T>
所有已实现的接口:
Serializable

public class GenericType<T> extends com.google.common.reflect.TypeToken<T>
Encapsulates third party tools for generics acquisition.
作者:
liaochuntao
另请参阅:
序列化表格
  • 嵌套类概要

    从类继承的嵌套类/接口 com.google.common.reflect.TypeToken

    com.google.common.reflect.TypeToken.TypeSet
  • 构造器概要

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

    从类继承的方法 com.google.common.reflect.TypeToken

    constructor, equals, getComponentType, getRawType, getSubtype, getSupertype, getType, getTypes, hashCode, isArray, isPrimitive, isSubtypeOf, isSubtypeOf, isSupertypeOf, isSupertypeOf, method, of, of, resolveType, toString, unwrap, where, where, wrap, writeReplace

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

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

    • GenericType

      public GenericType()