Interface TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.AnnotatedTypeVariable

Enclosing class:
TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType

@Proxied("java.lang.reflect.AnnotatedTypeVariable") protected static interface TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.AnnotatedTypeVariable
A proxy to interact with java.lang.reflect.AnnotatedTypeVariable.
  • Method Details

    • isInstance

      @Instance boolean isInstance(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

      AnnotatedElement[] getAnnotatedBounds(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.