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 withjava.lang.reflect.Executable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.AnnotatedElement[]getAnnotatedExceptionTypes(java.lang.Object executable)Resolves the suppliedjava.lang.reflect.Executable's annotated exception types.
-
-
-
Method Detail
-
getAnnotatedExceptionTypes
@Defaults java.lang.reflect.AnnotatedElement[] getAnnotatedExceptionTypes(java.lang.Object executable)
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.
-
-