Class AnnotatedWildcardTypeImpl
java.lang.Object
io.leangen.geantyref.AnnotatedTypeImpl
io.leangen.geantyref.AnnotatedWildcardTypeImpl
- All Implemented Interfaces:
AnnotatedElement, AnnotatedType, AnnotatedWildcardType
-
Field Summary
FieldsFields inherited from class AnnotatedTypeImpl
annotations, ownerType, type -
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedWildcardTypeImpl(WildcardType type, Annotation[] annotations, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()private static voidvalidateBounds(WildcardType type, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds) Methods inherited from class AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, toMap, typesStringMethods inherited from interface AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface AnnotatedType
getAnnotation, getAnnotations, getDeclaredAnnotations, getTypeMethods inherited from interface AnnotatedWildcardType
getAnnotatedOwnerType
-
Field Details
-
lowerBounds
-
upperBounds
-
-
Constructor Details
-
AnnotatedWildcardTypeImpl
AnnotatedWildcardTypeImpl(WildcardType type, Annotation[] annotations, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds)
-
-
Method Details
-
getAnnotatedLowerBounds
- Specified by:
getAnnotatedLowerBoundsin interfaceAnnotatedWildcardType
-
getAnnotatedUpperBounds
- Specified by:
getAnnotatedUpperBoundsin interfaceAnnotatedWildcardType
-
equals
- Overrides:
equalsin classAnnotatedTypeImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classAnnotatedTypeImpl
-
toString
- Overrides:
toStringin classAnnotatedTypeImpl
-
validateBounds
private static void validateBounds(WildcardType type, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds)
-