Class TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType

    • Field Detail

      • GET_ANNOTATED_LOWER_BOUNDS

        private static final java.lang.reflect.Method GET_ANNOTATED_LOWER_BOUNDS
        The java.lang.reflect.AnnotatedWildcardType#getAnnotatedLowerBounds method.
      • index

        private final int index
        The wildcard bound's index.
    • Constructor Detail

      • ForWildcardLowerBoundType

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