Package net.bytebuddy.description.type
Interface TypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType
- Enclosing class:
- TypeDescription.Generic.AnnotationReader.ForComponentType
@Proxied("java.lang.reflect.AnnotatedArrayType")
protected static interface TypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType
A proxy to interact with
java.lang.reflect.AnnotatedArrayType
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the supplied annotated array type's annotated component type.boolean
isInstance
(AnnotatedElement value) Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedArrayType
.
-
Method Details
-
isInstance
Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedArrayType
.- Parameters:
value
- The annotated element to consider.- Returns:
true
if the supplied instance is of typejava.lang.reflect.AnnotatedArrayType
.
-
getAnnotatedGenericComponentType
Returns the supplied annotated array type's annotated component type.- Parameters:
value
- The annotated array type to resolve.- Returns:
- The supplied annotated array type's annotated component type.
-