Class TypeCapture<T>

java.lang.Object
com.google.common.reflect.TypeCapture<T>
Direct Known Subclasses:
TypeParameter, TypeToken

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

    • TypeCapture

      TypeCapture()
  • Method Details

    • capture

      final Type capture()
      Returns the captured type.