Class TypeReference<T>


  • public class TypeReference<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Class<?> rawType  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeReference​(java.lang.Class<?> rawType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<T> getType()  
      • Methods inherited from class java.lang.Object

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

      • rawType

        public final java.lang.Class<?> rawType
    • Constructor Detail

      • TypeReference

        public TypeReference​(java.lang.Class<?> rawType)
    • Method Detail

      • getType

        public java.lang.Class<T> getType()