- 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 boolean
equals(java.lang.Object other)
java.lang.reflect.AnnotatedType[]
getAnnotatedBounds()
(package private) AnnotatedTypeVariableImpl
init(java.lang.reflect.AnnotatedType[] annotatedBounds)
(package private) AnnotatedTypeVariableImpl
setAnnotations(java.lang.annotation.Annotation[] annotations)
java.lang.String
toString()
-
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:
getAnnotatedBounds
in interfacejava.lang.reflect.AnnotatedTypeVariable
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classAnnotatedTypeImpl
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAnnotatedTypeImpl
-
-