Interface TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType.AnnotatedWildcardType

Enclosing class:
TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType

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

    • isInstance

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

      AnnotatedElement[] getAnnotatedLowerBounds(AnnotatedElement value)
      Returns the supplied annotated element's annotated lower bounds.
      Parameters:
      value - The annotated element to resolve.
      Returns:
      An array of annotated lower bounds for the supplied annotated elements.