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. mapprivate java.util.Map<TypeResolver.TypeVariableKey,java.lang.reflect.Type>TypeResolver.TypeMappingIntrospector. mappingsMethods in com.google.common.reflect that return TypeResolver.TypeVariableKey Modifier and Type Method Description (package private) static TypeResolver.TypeVariableKeyTypeResolver.TypeVariableKey. forLookup(java.lang.reflect.Type t)Wrapstin aTypeVariableKeyif 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 voidTypeResolver.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 voidTypeResolver. populateTypeMappings(java.util.Map<TypeResolver.TypeVariableKey,java.lang.reflect.Type> mappings, java.lang.reflect.Type from, java.lang.reflect.Type to)(package private) TypeResolver.TypeTableTypeResolver.TypeTable. where(java.util.Map<TypeResolver.TypeVariableKey,? extends java.lang.reflect.Type> mappings)Returns a newTypeResolverwithvariablemapping totype.(package private) TypeResolverTypeResolver. where(java.util.Map<TypeResolver.TypeVariableKey,? extends java.lang.reflect.Type> mappings)Returns a newTypeResolverwithvariablemapping 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)
-