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) AnnotatedTypeVariableImplinit(AnnotatedType[] annotatedBounds) (package private) AnnotatedTypeVariableImplsetAnnotations(Annotation[] annotations) toString()Methods inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, hashCode, toMap, typesStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface java.lang.reflect.AnnotatedType
getAnnotation, getAnnotations, getDeclaredAnnotations, getTypeMethods 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:
getAnnotatedBoundsin interfaceAnnotatedTypeVariable
-
equals
- Overrides:
equalsin classAnnotatedTypeImpl
-
toString
- Overrides:
toStringin classAnnotatedTypeImpl
-