Package com.google.common.reflect
Class TypeCapture<T>
- java.lang.Object
-
- com.google.common.reflect.TypeCapture<T>
-
- Direct Known Subclasses:
TypeParameter
,TypeToken
abstract class TypeCapture<T> extends java.lang.Object
Captures the actual type ofT
.
-
-
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.
-