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 TypeMethodDescriptionbooleaninthashCode()toString()private static voidvalidateBounds(WildcardType type, AnnotatedType[] lowerBounds, AnnotatedType[] upperBounds) Methods inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, 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.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)
-