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.booleanisInstance(AnnotatedElement value) Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedArrayType.
-
Method Details
-
isInstance
Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedArrayType.- Parameters:
value- The annotated element to consider.- Returns:
trueif 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.
-