Package com.google.common.reflect
Class TypeToken.SimpleTypeToken<T>
java.lang.Object
com.google.common.reflect.TypeCapture<T>
com.google.common.reflect.TypeToken<T>
com.google.common.reflect.TypeToken.SimpleTypeToken<T>
- All Implemented Interfaces:
Serializable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.reflect.TypeToken
TypeToken.TypeSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.reflect.TypeToken
constructor, equals, getComponentType, getGenericInterfaces, getGenericSuperclass, getRawType, getSubtype, getSupertype, getType, getTypes, hashCode, isArray, isPrimitive, isSubtypeOf, isSubtypeOf, isSupertypeOf, isSupertypeOf, method, of, of, rejectTypeVariables, resolveType, toGenericType, toString, unwrap, where, where, wrap, writeReplace
Methods inherited from class com.google.common.reflect.TypeCapture
capture
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SimpleTypeToken
SimpleTypeToken(Type type)
-