Interface ParameterDescription.ForLoadedParameter.Dispatcher

    • Method Detail

      • getModifiers

        int getModifiers​(java.lang.reflect.AccessibleObject executable,
                         int index)
        Returns the given parameter's modifiers.
        Parameters:
        executable - The executable to introspect.
        index - The parameter's index.
        Returns:
        The parameter's modifiers.
      • isNamePresent

        boolean isNamePresent​(java.lang.reflect.AccessibleObject executable,
                              int index)
        Returns true if the given parameter has an explicit name.
        Parameters:
        executable - The parameter to introspect.
        index - The parameter's index.
        Returns:
        true if the given parameter has an explicit name.
      • getName

        java.lang.String getName​(java.lang.reflect.AccessibleObject executable,
                                 int index)
        Returns the given parameter's implicit or explicit name.
        Parameters:
        executable - The parameter to introspect.
        index - The parameter's index.
        Returns:
        The parameter's name.