Package | Description |
---|---|
com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
Modifier and Type | Field and Description |
---|---|
private TypeResolver.TypeTable |
TypeResolver.typeTable |
Modifier and Type | Method and Description |
---|---|
(package private) TypeResolver.TypeTable |
TypeResolver.TypeTable.where(java.util.Map<TypeResolver.TypeVariableKey,? extends java.lang.reflect.Type> mappings)
Returns a new
TypeResolver with variable mapping to type . |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.reflect.Type |
TypeResolver.TypeTable.resolveInternal(java.lang.reflect.TypeVariable<?> var,
TypeResolver.TypeTable forDependants)
Resolves
var using the encapsulated type mapping. |
Constructor and Description |
---|
TypeResolver(TypeResolver.TypeTable typeTable) |