Class ClassInfo


  • public class ClassInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Class clazz  
      java.lang.reflect.Type type  
      java.lang.reflect.Type[] typeArgs  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassInfo​(java.lang.reflect.Type type)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public final java.lang.reflect.Type type
      • clazz

        public final java.lang.Class clazz
      • typeArgs

        public final java.lang.reflect.Type[] typeArgs
    • Constructor Detail

      • ClassInfo

        public ClassInfo​(java.lang.reflect.Type type)