|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeParameter | |
|---|---|
| com.google.common.reflect | This package contains utilities to work with Java reflection. |
| Uses of TypeParameter in com.google.common.reflect |
|---|
| Methods in com.google.common.reflect with parameters of type TypeParameter | ||
|---|---|---|
|
TypeToken.where(TypeParameter<X> typeParam,
Class<X> typeArg)
Returns a new TypeToken where type variables represented by typeParam
are substituted by typeArg. |
|
|
TypeToken.where(TypeParameter<X> typeParam,
TypeToken<X> typeArg)
Returns a new TypeToken where type variables represented by typeParam
are substituted by typeArg. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||