Class TypeDescription.Generic.AnnotationReader.ForTypeArgument

    • Field Detail

      • GET_ANNOTATED_ACTUAL_TYPE_ARGUMENTS

        private static final java.lang.reflect.Method GET_ANNOTATED_ACTUAL_TYPE_ARGUMENTS
        The java.lang.reflect.AnnotatedParameterizedType#getAnnotatedActualTypeArguments method.
      • index

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

      • ForTypeArgument

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