@JavaDispatcher.Proxied(value="java.lang.reflect.AnnotatedWildcardType") protected static interface TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType.AnnotatedWildcardType
java.lang.reflect.AnnotatedWildcardType.| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement[] |
getAnnotatedUpperBounds(AnnotatedElement value)
Returns the supplied annotated element's annotated upper bounds.
|
boolean |
isInstance(AnnotatedElement value)
Returns
true if the supplied instance implements java.lang.reflect.AnnotatedWildcardType. |
@JavaDispatcher.Instance boolean isInstance(AnnotatedElement value)
true if the supplied instance implements java.lang.reflect.AnnotatedWildcardType.value - The annotated element to consider.true if the supplied instance is of type java.lang.reflect.AnnotatedWildcardType.AnnotatedElement[] getAnnotatedUpperBounds(AnnotatedElement value)
value - The annotated element to resolve.Copyright © 2014–2025. All rights reserved.