Uses of Class
com.google.common.reflect.TypeResolver.TypeTable
-
Packages that use TypeResolver.TypeTable Package Description com.google.common.reflect This package contains utilities to work with Java reflection. -
-
Uses of TypeResolver.TypeTable in com.google.common.reflect
Fields in com.google.common.reflect declared as TypeResolver.TypeTable Modifier and Type Field Description private TypeResolver.TypeTable
TypeResolver. typeTable
Methods in com.google.common.reflect that return TypeResolver.TypeTable Modifier and Type Method Description (package private) TypeResolver.TypeTable
TypeResolver.TypeTable. where(java.util.Map<TypeResolver.TypeVariableKey,? extends java.lang.reflect.Type> mappings)
Returns a newTypeResolver
withvariable
mapping totype
.Methods in com.google.common.reflect with parameters of type TypeResolver.TypeTable Modifier and Type Method Description (package private) java.lang.reflect.Type
TypeResolver.TypeTable. resolveInternal(java.lang.reflect.TypeVariable<?> var, TypeResolver.TypeTable forDependants)
Resolvesvar
using the encapsulated type mapping.Constructors in com.google.common.reflect with parameters of type TypeResolver.TypeTable Constructor Description TypeResolver(TypeResolver.TypeTable typeTable)
-