Class TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType

    • Field Detail

      • GET_ANNOTATED_BOUNDS

        private static final java.lang.reflect.Method GET_ANNOTATED_BOUNDS
        The java.lang.reflect.AnnotatedTypeVariable#getAnnotatedBounds method.
      • index

        private final int index
        The type variable's index.
    • Constructor Detail

      • ForTypeVariableBoundType

        protected ForTypeVariableBoundType​(TypeDescription.Generic.AnnotationReader annotationReader,
                                           int index)
        Creates a chained annotation reader for reading a type variable's bound type.
        Parameters:
        annotationReader - The annotation reader from which to delegate.
        index - The type variable's index.