Class TypeCapture<T>

  • Direct Known Subclasses:
    TypeParameter, TypeToken

    abstract class TypeCapture<T>
    extends java.lang.Object
    Captures the actual type of T.
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeCapture()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.reflect.Type capture()
      Returns the captured type.
      • Methods inherited from class java.lang.Object

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

      • TypeCapture

        TypeCapture()
    • Method Detail

      • capture

        final java.lang.reflect.Type capture()
        Returns the captured type.