Class TypeVariableImpl<D extends GenericDeclaration>
java.lang.Object
io.leangen.geantyref.TypeVariableImpl<D>
- All Implemented Interfaces:
AnnotatedElement, Type, TypeVariable<D>
public class TypeVariableImpl<D extends GenericDeclaration>
extends Object
implements TypeVariable<D>
-
Method Summary
Modifier and TypeMethodDescriptionboolean<T extends Annotation>
TgetAnnotation(Class<T> annotationClass) Type[]getName()inthashCode()toString()Methods inherited from interface AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface Type
getTypeName
-
Method Details
-
getBounds
- Specified by:
getBoundsin interfaceTypeVariable<D extends GenericDeclaration>
-
getGenericDeclaration
- Specified by:
getGenericDeclarationin interfaceTypeVariable<D extends GenericDeclaration>
-
getName
- Specified by:
getNamein interfaceTypeVariable<D extends GenericDeclaration>
-
getAnnotatedBounds
- Specified by:
getAnnotatedBoundsin interfaceTypeVariable<D extends GenericDeclaration>
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotationsin interfaceAnnotatedElement
-
equals
-
hashCode
-
toString
-