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,
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 . |
Copyright © 2010-2014. All Rights Reserved.