Uses of Class
com.google.common.reflect.TypeResolver
-
Packages that use TypeResolver Package Description com.google.common.reflect This package contains utilities to work with Java reflection. -
-
Uses of TypeResolver in com.google.common.reflect
Methods in com.google.common.reflect that return TypeResolver Modifier and Type Method Description TypeResolver
TypeResolver. where(Type formal, Type actual)
Returns a newTypeResolver
with type variables informal
mapping to types inactual
.
-