class AnnotatedTypeVariableImpl extends AnnotatedTypeImpl implements java.lang.reflect.AnnotatedTypeVariable
Modifier and Type | Field and Description |
---|---|
private java.lang.reflect.AnnotatedType[] |
annotatedBounds |
annotations, type
Constructor and Description |
---|
AnnotatedTypeVariableImpl(java.lang.reflect.TypeVariable<?> type) |
AnnotatedTypeVariableImpl(java.lang.reflect.TypeVariable<?> type,
java.lang.annotation.Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.reflect.AnnotatedType[] |
getAnnotatedBounds() |
(package private) void |
init(java.lang.reflect.AnnotatedType[] annotatedBounds) |
java.lang.String |
toString() |
annotationsString, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, hashCode, typesString
AnnotatedTypeVariableImpl(java.lang.reflect.TypeVariable<?> type)
AnnotatedTypeVariableImpl(java.lang.reflect.TypeVariable<?> type, java.lang.annotation.Annotation[] annotations)
void init(java.lang.reflect.AnnotatedType[] annotatedBounds)
public java.lang.reflect.AnnotatedType[] getAnnotatedBounds()
getAnnotatedBounds
in interface java.lang.reflect.AnnotatedTypeVariable
public boolean equals(java.lang.Object other)
equals
in class AnnotatedTypeImpl
public java.lang.String toString()
toString
in class AnnotatedTypeImpl