Class TypeDescription.Generic.AnnotationReader.Delegator.Chained

    • Constructor Detail

    • Method Detail

      • resolve

        public java.lang.reflect.AnnotatedElement resolve()
        Resolves the underlying AnnotatedElement.
        Returns:
        The underlying annotated element.
      • resolve

        protected abstract java.lang.reflect.AnnotatedElement resolve​(java.lang.reflect.AnnotatedElement annotatedElement)
        Resolves the type annotations from a given annotated element into the annotated element that this instance represents.
        Parameters:
        annotatedElement - The original annotated element.
        Returns:
        The resolved annotated element.