Package net.bytebuddy.description.type
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 TypeMethodDescriptiongetAnnotatedExceptionTypes
(Object executable) Resolves the suppliedjava.lang.reflect.Executable
's annotated exception types.
-
Method Details
-
getAnnotatedExceptionTypes
Resolves the suppliedjava.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.
-