Interface TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType.Dispatcher

Enclosing class:
TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType

@Proxied("java.lang.reflect.Executable") protected static interface TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType.Dispatcher
A proxy type for interacting with java.lang.reflect.Executable.
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolves the supplied java.lang.reflect.Executable's annotated exception types.
  • Method Details

    • getAnnotatedExceptionTypes

      @Defaults AnnotatedElement[] getAnnotatedExceptionTypes(Object executable)
      Resolves the supplied java.lang.reflect.Executable's annotated exception types.
      Parameters:
      executable - The executable for which to resolve its annotated exception types.
      Returns:
      An array of exception type annotations or an empty array if this feature is not supported.