java.lang.Object
io.leangen.geantyref.AnnotatedTypeImpl
io.leangen.geantyref.AnnotatedWildcardTypeImpl
- All Implemented Interfaces:
AnnotatedElement
,AnnotatedType
,AnnotatedWildcardType
-
Field Summary
FieldsFields inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotations, ownerType, type
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedWildcardTypeImpl
(WildcardType type, Annotation[] annotations, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
private static void
validateBounds
(WildcardType type, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds) Methods inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, 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.AnnotatedWildcardType
getAnnotatedOwnerType
-
Field Details
-
lowerBounds
-
upperBounds
-
-
Constructor Details
-
AnnotatedWildcardTypeImpl
AnnotatedWildcardTypeImpl(WildcardType type, Annotation[] annotations, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds)
-
-
Method Details
-
getAnnotatedLowerBounds
- Specified by:
getAnnotatedLowerBounds
in interfaceAnnotatedWildcardType
-
getAnnotatedUpperBounds
- Specified by:
getAnnotatedUpperBounds
in interfaceAnnotatedWildcardType
-
equals
- Overrides:
equals
in classAnnotatedTypeImpl
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAnnotatedTypeImpl
-
toString
- Overrides:
toString
in classAnnotatedTypeImpl
-
validateBounds
private static void validateBounds(WildcardType type, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds)
-