Interface TypeDescription.Generic.AnnotationReader.ForTypeArgument.AnnotatedParameterizedType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.reflect.AnnotatedElement[] getAnnotatedActualTypeArguments​(java.lang.reflect.AnnotatedElement value)
      Returns the supplied annotated parameterize type's annotated actual type arguments.
      boolean isInstance​(java.lang.reflect.AnnotatedElement value)
      Returns true if the supplied instance implements java.lang.reflect.AnnotatedParameterizedType.
    • Method Detail

      • isInstance

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

        java.lang.reflect.AnnotatedElement[] getAnnotatedActualTypeArguments​(java.lang.reflect.AnnotatedElement value)
        Returns the supplied annotated parameterize type's annotated actual type arguments.
        Parameters:
        value - The annotated type variable to resolve.
        Returns:
        The supplied annotated parameterize type's annotated actual type arguments.