- java.lang.Object
-
- io.leangen.geantyref.AnnotatedTypeImpl
-
- io.leangen.geantyref.AnnotatedTypeVariableImpl
-
- All Implemented Interfaces:
java.lang.reflect.AnnotatedElement,java.lang.reflect.AnnotatedType,java.lang.reflect.AnnotatedTypeVariable
class AnnotatedTypeVariableImpl extends AnnotatedTypeImpl implements java.lang.reflect.AnnotatedTypeVariable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.AnnotatedType[]annotatedBounds-
Fields inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotations, ownerType, type
-
-
Constructor Summary
Constructors Constructor Description AnnotatedTypeVariableImpl(java.lang.reflect.TypeVariable<?> type)AnnotatedTypeVariableImpl(java.lang.reflect.TypeVariable<?> type, java.lang.annotation.Annotation[] annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.reflect.AnnotatedType[]getAnnotatedBounds()(package private) AnnotatedTypeVariableImplinit(java.lang.reflect.AnnotatedType[] annotatedBounds)(package private) AnnotatedTypeVariableImplsetAnnotations(java.lang.annotation.Annotation[] annotations)java.lang.StringtoString()-
Methods inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, hashCode, toMap, typesString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
init
AnnotatedTypeVariableImpl init(java.lang.reflect.AnnotatedType[] annotatedBounds)
-
setAnnotations
AnnotatedTypeVariableImpl setAnnotations(java.lang.annotation.Annotation[] annotations)
-
getAnnotatedBounds
public java.lang.reflect.AnnotatedType[] getAnnotatedBounds()
- Specified by:
getAnnotatedBoundsin interfacejava.lang.reflect.AnnotatedTypeVariable
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classAnnotatedTypeImpl
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAnnotatedTypeImpl
-
-