Interface TypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.reflect.AnnotatedElement getAnnotatedGenericComponentType​(java.lang.reflect.AnnotatedElement value)
      Returns the supplied annotated array type's annotated component type.
      boolean isInstance​(java.lang.reflect.AnnotatedElement value)
      Returns true if the supplied instance implements java.lang.reflect.AnnotatedArrayType.
    • Method Detail

      • isInstance

        @Instance
        boolean isInstance​(java.lang.reflect.AnnotatedElement value)
        Returns true if the supplied instance implements java.lang.reflect.AnnotatedArrayType.
        Parameters:
        value - The annotated element to consider.
        Returns:
        true if the supplied instance is of type java.lang.reflect.AnnotatedArrayType.
      • getAnnotatedGenericComponentType

        java.lang.reflect.AnnotatedElement getAnnotatedGenericComponentType​(java.lang.reflect.AnnotatedElement value)
        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.