Package net.bytebuddy.description.type
Interface TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType.AnnotatedWildcardType
-
- Enclosing class:
- TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType
@Proxied("java.lang.reflect.AnnotatedWildcardType") protected static interface TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType.AnnotatedWildcardType
A proxy to interact withjava.lang.reflect.AnnotatedWildcardType
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.AnnotatedElement[]
getAnnotatedUpperBounds(java.lang.reflect.AnnotatedElement value)
Returns the supplied annotated element's annotated upper bounds.boolean
isInstance(java.lang.reflect.AnnotatedElement value)
Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedWildcardType
.
-
-
-
Method Detail
-
isInstance
@Instance boolean isInstance(java.lang.reflect.AnnotatedElement value)
Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedWildcardType
.- Parameters:
value
- The annotated element to consider.- Returns:
true
if the supplied instance is of typejava.lang.reflect.AnnotatedWildcardType
.
-
getAnnotatedUpperBounds
java.lang.reflect.AnnotatedElement[] getAnnotatedUpperBounds(java.lang.reflect.AnnotatedElement value)
Returns the supplied annotated element's annotated upper bounds.- Parameters:
value
- The annotated element to resolve.- Returns:
- An array of annotated upper bounds for the supplied annotated elements.
-
-