Uses of Class
com.google.common.reflect.TypeResolver.TypeVariableKey
-
Packages that use TypeResolver.TypeVariableKey Package Description com.google.common.reflect This package contains utilities to work with Java reflection. -
-
Uses of TypeResolver.TypeVariableKey in com.google.common.reflect
Fields in com.google.common.reflect with type parameters of type TypeResolver.TypeVariableKey Modifier and Type Field Description private ImmutableMap<TypeResolver.TypeVariableKey,java.lang.reflect.Type>
TypeResolver.TypeTable. map
private java.util.Map<TypeResolver.TypeVariableKey,java.lang.reflect.Type>
TypeResolver.TypeMappingIntrospector. mappings
Methods in com.google.common.reflect that return TypeResolver.TypeVariableKey Modifier and Type Method Description (package private) static TypeResolver.TypeVariableKey
TypeResolver.TypeVariableKey. forLookup(java.lang.reflect.Type t)
Wrapst
in aTypeVariableKey
if it's a type variable.Methods in com.google.common.reflect that return types with arguments of type TypeResolver.TypeVariableKey Modifier and Type Method Description (package private) static ImmutableMap<TypeResolver.TypeVariableKey,java.lang.reflect.Type>
TypeResolver.TypeMappingIntrospector. getTypeMappings(java.lang.reflect.Type contextType)
Returns type mappings using type parameters and type arguments found in the generic superclass and the super interfaces ofcontextClass
.Methods in com.google.common.reflect with parameters of type TypeResolver.TypeVariableKey Modifier and Type Method Description private void
TypeResolver.TypeMappingIntrospector. map(TypeResolver.TypeVariableKey var, java.lang.reflect.Type arg)
Method parameters in com.google.common.reflect with type arguments of type TypeResolver.TypeVariableKey Modifier and Type Method Description private static void
TypeResolver. populateTypeMappings(java.util.Map<TypeResolver.TypeVariableKey,java.lang.reflect.Type> mappings, java.lang.reflect.Type from, java.lang.reflect.Type to)
(package private) TypeResolver.TypeTable
TypeResolver.TypeTable. where(java.util.Map<TypeResolver.TypeVariableKey,? extends java.lang.reflect.Type> mappings)
Returns a newTypeResolver
withvariable
mapping totype
.(package private) TypeResolver
TypeResolver. where(java.util.Map<TypeResolver.TypeVariableKey,? extends java.lang.reflect.Type> mappings)
Returns a newTypeResolver
withvariable
mapping totype
.Constructor parameters in com.google.common.reflect with type arguments of type TypeResolver.TypeVariableKey Constructor Description TypeTable(ImmutableMap<TypeResolver.TypeVariableKey,java.lang.reflect.Type> map)
-