Class TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm.AnnotatedParameterizedType

    • Constructor Detail

      • AnnotatedParameterizedType

        protected AnnotatedParameterizedType​(java.lang.reflect.AccessibleObject executable,
                                             int index)
        Creates a new annotation reader for an annotated type argument type.
        Parameters:
        executable - The represented executable.
        index - The type argument's index.
    • Method Detail

      • resolve

        public java.lang.reflect.AnnotatedElement resolve()
        Description copied from interface: TypeDescription.Generic.AnnotationReader
        Resolves the underlying AnnotatedElement.
        Returns:
        The underlying annotated element.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object