Package net.bytebuddy.description.type
Interface TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnType.Dispatcher
@Proxied("java.lang.reflect.Method")
protected static interface TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnType.Dispatcher
A dispatcher for interacting with
Method.-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedReturnType(Method method) Resolves the supplied method's annotated return type.
-
Method Details
-
getAnnotatedReturnType
Resolves the supplied method's annotated return type.- Parameters:
method- The executable for which to resolve the annotated return type.- Returns:
- The return type annotations or
nullif this feature is not supported.
-