Interface TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterType.Dispatcher

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

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

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

    • getAnnotatedParameterTypes

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