Class TypeReference<T>

  • All Implemented Interfaces:
    java.lang.reflect.Type

    public class TypeReference<T>
    extends java.lang.Object
    implements java.lang.reflect.Type
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TypeReference()  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.reflect.Type

        getTypeName
    • Constructor Detail

      • TypeReference

        protected TypeReference()
    • Method Detail

      • getType

        public java.lang.reflect.Type getType()