Class ReflectionHelper.ClassTypePair

  • Enclosing class:
    ReflectionHelper

    public static class ReflectionHelper.ClassTypePair
    extends java.lang.Object
    A tuple consisting of a class and type of the class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Class c
      The class.
      java.lang.reflect.Type t
      The type of the class.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassTypePair​(java.lang.Class c)  
      ClassTypePair​(java.lang.Class c, java.lang.reflect.Type t)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • c

        public final java.lang.Class c
        The class.
      • t

        public final java.lang.reflect.Type t
        The type of the class.
    • Constructor Detail

      • ClassTypePair

        public ClassTypePair​(java.lang.Class c)
      • ClassTypePair

        public ClassTypePair​(java.lang.Class c,
                             java.lang.reflect.Type t)