Class AnnotatedTypeVariableImpl
java.lang.Object
io.leangen.geantyref.AnnotatedTypeImpl
io.leangen.geantyref.AnnotatedTypeVariableImpl
- All Implemented Interfaces:
AnnotatedElement, AnnotatedType, AnnotatedTypeVariable
-
Field Summary
FieldsFields inherited from class AnnotatedTypeImpl
annotations, ownerType, type -
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedTypeVariableImpl(TypeVariable<?> type) AnnotatedTypeVariableImpl(TypeVariable<?> type, Annotation[] annotations) -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) AnnotatedTypeVariableImplinit(AnnotatedType[] annotatedBounds) (package private) AnnotatedTypeVariableImplsetAnnotations(Annotation[] annotations) toString()Methods inherited from class AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, hashCode, toMap, typesStringMethods inherited from interface AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface AnnotatedType
getAnnotation, getAnnotations, getDeclaredAnnotations, getTypeMethods inherited from interface AnnotatedTypeVariable
getAnnotatedOwnerType
-
Field Details
-
annotatedBounds
-
-
Constructor Details
-
AnnotatedTypeVariableImpl
AnnotatedTypeVariableImpl(TypeVariable<?> type) -
AnnotatedTypeVariableImpl
AnnotatedTypeVariableImpl(TypeVariable<?> type, Annotation[] annotations)
-
-
Method Details
-
init
-
setAnnotations
-
getAnnotatedBounds
- Specified by:
getAnnotatedBoundsin interfaceAnnotatedTypeVariable
-
equals
- Overrides:
equalsin classAnnotatedTypeImpl
-
toString
- Overrides:
toStringin classAnnotatedTypeImpl
-