java.lang.Object
io.leangen.geantyref.AnnotatedTypeImpl
io.leangen.geantyref.AnnotatedTypeVariableImpl
- All Implemented Interfaces:
AnnotatedElement
,AnnotatedType
,AnnotatedTypeVariable
-
Field Summary
FieldsFields inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotations, ownerType, type
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedTypeVariableImpl
(TypeVariable<?> type) AnnotatedTypeVariableImpl
(TypeVariable<?> type, Annotation[] annotations) -
Method Summary
Modifier and TypeMethodDescriptionboolean
(package private) AnnotatedTypeVariableImpl
init
(AnnotatedType[] annotatedBounds) (package private) AnnotatedTypeVariableImpl
setAnnotations
(Annotation[] annotations) 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
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresent
Methods inherited from interface java.lang.reflect.AnnotatedType
getAnnotation, getAnnotations, getDeclaredAnnotations, getType
Methods inherited from interface java.lang.reflect.AnnotatedTypeVariable
getAnnotatedOwnerType
-
Field Details
-
annotatedBounds
-
-
Constructor Details
-
AnnotatedTypeVariableImpl
AnnotatedTypeVariableImpl(TypeVariable<?> type) -
AnnotatedTypeVariableImpl
AnnotatedTypeVariableImpl(TypeVariable<?> type, Annotation[] annotations)
-
-
Method Details
-
init
-
setAnnotations
-
getAnnotatedBounds
- Specified by:
getAnnotatedBounds
in interfaceAnnotatedTypeVariable
-
equals
- Overrides:
equals
in classAnnotatedTypeImpl
-
toString
- Overrides:
toString
in classAnnotatedTypeImpl
-