Class TypeLiteral<T>

    • Constructor Detail

      • TypeLiteral

        protected TypeLiteral()
    • Method Detail

      • getType

        public final Type getType()
        Returns:
        the actual type represented by this object
      • getRawType

        public final Class<T> getRawType()
        Returns:
        the raw type represented by this object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object