Class TypeDescription.Generic.AnnotationReader.Delegator.Chained

    • Field Detail

      • NOT_AVAILABLE

        protected static final Method NOT_AVAILABLE
        Indicates that a method is not available on the current VM.
    • Constructor Detail

    • Method Detail

      • of

        protected static Method of​(String typeName,
                                   String methodName)
        Resolves the method to invoke or returns null if the method does not exist on the current VM.
        Parameters:
        typeName - The declaring type's name.
        methodName - The method's name.
        Returns:
        The resolved method or null.
      • resolve

        protected abstract AnnotatedElement resolve​(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.