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