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