Uses of Class
com.google.common.reflect.TypeParameter
-
Packages that use TypeParameter Package Description com.google.common.reflect Utilities for reflection. -
-
Uses of TypeParameter in com.google.common.reflect
Methods in com.google.common.reflect with parameters of type TypeParameter Modifier and Type Method Description <X> TypeToken<T>TypeToken. where(TypeParameter<X> typeParam, TypeToken<X> typeArg)Returns a newTypeTokenwhere type variables represented bytypeParamare substituted bytypeArg.<X> TypeToken<T>TypeToken. where(TypeParameter<X> typeParam, java.lang.Class<X> typeArg)Returns a newTypeTokenwhere type variables represented bytypeParamare substituted bytypeArg.
-