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