public class ReflectionTypeParameter extends Object implements TypeParameterDeclaration
TypeParameterDeclaration.Bound| Constructor and Description |
|---|
ReflectionTypeParameter(TypeVariable typeVariable,
boolean declaredOnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
declaredOnType() |
boolean |
declaredOnMethod() |
boolean |
equals(Object o) |
List<TypeParameterDeclaration.Bound> |
getBounds(TypeSolver typeSolver) |
String |
getName() |
String |
getQualifiedName() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitonClasspublic ReflectionTypeParameter(TypeVariable typeVariable, boolean declaredOnType)
public String getName()
getName in interface TypeParameterDeclarationpublic boolean declaredOnType()
declaredOnType in interface TypeParameterDeclarationpublic boolean declaredOnMethod()
declaredOnMethod in interface TypeParameterDeclarationpublic String getQualifiedName()
getQualifiedName in interface TypeParameterDeclarationpublic List<TypeParameterDeclaration.Bound> getBounds(TypeSolver typeSolver)
getBounds in interface TypeParameterDeclarationCopyright © 2016. All rights reserved.