Interface TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType.AnnotatedWildcardType
- Enclosing class:
TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType
@Proxied("java.lang.reflect.AnnotatedWildcardType")
protected static interface TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType.AnnotatedWildcardType
A proxy to interact with
java.lang.reflect.AnnotatedWildcardType.-
Method Summary
Modifier and TypeMethodDescriptionReturns the supplied annotated element's annotated lower bounds.booleanisInstance(AnnotatedElement value) Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedWildcardType.
-
Method Details
-
isInstance
Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedWildcardType.- Parameters:
value- The annotated element to consider.- Returns:
trueif the supplied instance is of typejava.lang.reflect.AnnotatedWildcardType.
-
getAnnotatedLowerBounds
Returns the supplied annotated element's annotated lower bounds.- Parameters:
value- The annotated element to resolve.- Returns:
- An array of annotated lower bounds for the supplied annotated elements.
-