Interface TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.AnnotatedTypeVariable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.reflect.AnnotatedElement[] getAnnotatedBounds​(java.lang.reflect.AnnotatedElement value)
      Returns the supplied annotated type variable's annotated bounds.
      boolean isInstance​(java.lang.reflect.AnnotatedElement value)
      Returns true if the supplied instance implements java.lang.reflect.AnnotatedTypeVariable.
    • Method Detail

      • isInstance

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

        java.lang.reflect.AnnotatedElement[] getAnnotatedBounds​(java.lang.reflect.AnnotatedElement value)
        Returns the supplied annotated type variable's annotated bounds.
        Parameters:
        value - The annotated type variable to resolve.
        Returns:
        An array of annotated upper bounds for the supplied annotated type variable.