类 GenericType<T>


  • public class GenericType<T>
    extends java.lang.Object
    Encapsulates third party tools for generics acquisition.
    作者:
    liaochuntao
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private java.lang.reflect.Type runtimeType  
      private static long serialVersionUID  
    • 构造器概要

      构造器 
      限定符 构造器 说明
      protected GenericType()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      (专用程序包) java.lang.reflect.Type capture()  
      java.lang.reflect.Type getType()
      Returns the represented type.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • serialVersionUID

        private static final long serialVersionUID
        另请参阅:
        常量字段值
      • runtimeType

        private final java.lang.reflect.Type runtimeType
    • 构造器详细资料

      • GenericType

        protected GenericType()
    • 方法详细资料

      • capture

        final java.lang.reflect.Type capture()
      • getType

        public final java.lang.reflect.Type getType()
        Returns the represented type.