Uses of Class
com.google.common.reflect.TypeParameter
-
Uses of TypeParameter in com.google.common.reflect
Modifier and TypeMethodDescriptionTypeToken.where
(TypeParameter<X> typeParam, TypeToken<X> typeArg) Returns a newTypeToken
where type variables represented bytypeParam
are substituted bytypeArg
.TypeToken.where
(TypeParameter<X> typeParam, Class<X> typeArg) Returns a newTypeToken
where type variables represented bytypeParam
are substituted bytypeArg
.