Uses of Class
com.google.common.reflect.TypeParameter
Packages that use TypeParameter
-
Uses of TypeParameter in com.google.common.reflect
Methods in com.google.common.reflect with parameters of type TypeParameterModifier 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
.