public class TypeVariableResolver extends Object implements TypeResolver<TypeVariable>
| Constructor and Description |
|---|
TypeVariableResolver() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getEnclosingType(TypeVariable type) |
Type[] |
getParameterTypes(TypeVariable type) |
Type |
resolveType(TypeVariable type) |
public Type resolveType(TypeVariable type)
resolveType in interface TypeResolver<TypeVariable>public Type getEnclosingType(TypeVariable type)
getEnclosingType in interface TypeResolver<TypeVariable>public Type[] getParameterTypes(TypeVariable type)
getParameterTypes in interface TypeResolver<TypeVariable>Copyright © 2010–2021. All rights reserved.