| Package | Description |
|---|---|
| com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
| Modifier and Type | Method and Description |
|---|---|
<X> TypeToken<T> |
TypeToken.where(TypeParameter<X> typeParam,
java.lang.Class<X> typeArg)
Returns a new
TypeToken where type variables represented by typeParam are
substituted by typeArg. |
<X> TypeToken<T> |
TypeToken.where(TypeParameter<X> typeParam,
TypeToken<X> typeArg)
Returns a new
TypeToken where type variables represented by typeParam are
substituted by typeArg. |