Interface AnnotatedCaptureType

  • All Superinterfaces:
    java.lang.reflect.AnnotatedElement, java.lang.reflect.AnnotatedType
    All Known Implementing Classes:
    AnnotatedCaptureTypeImpl

    public interface AnnotatedCaptureType
    extends java.lang.reflect.AnnotatedType
    Annotated equivalent of CaptureType
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.reflect.AnnotatedType[] getAnnotatedLowerBounds()  
      java.lang.reflect.AnnotatedTypeVariable getAnnotatedTypeVariable()  
      java.lang.reflect.AnnotatedType[] getAnnotatedUpperBounds()  
      java.lang.reflect.AnnotatedWildcardType getAnnotatedWildcardType()  
      void setAnnotatedUpperBounds​(java.lang.reflect.AnnotatedType[] upperBounds)  
      • Methods inherited from interface java.lang.reflect.AnnotatedElement

        getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
      • Methods inherited from interface java.lang.reflect.AnnotatedType

        getAnnotatedOwnerType, getType
    • Method Detail

      • getAnnotatedUpperBounds

        java.lang.reflect.AnnotatedType[] getAnnotatedUpperBounds()
      • getAnnotatedLowerBounds

        java.lang.reflect.AnnotatedType[] getAnnotatedLowerBounds()
      • getAnnotatedTypeVariable

        java.lang.reflect.AnnotatedTypeVariable getAnnotatedTypeVariable()
      • getAnnotatedWildcardType

        java.lang.reflect.AnnotatedWildcardType getAnnotatedWildcardType()
      • setAnnotatedUpperBounds

        void setAnnotatedUpperBounds​(java.lang.reflect.AnnotatedType[] upperBounds)