Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5052664

(reflect) Add Method.getParameterNames which returns an array of param names

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 5.0
    • core-libs

      ###@###.### 2004-05-25

      RFE request to add a method to Method:

        String[] getParameterNames()

      This would return an array the same length as getParameterTypes()
      containing the names of the parameters to the method. If the class is
      compiled without debug information, then this would return null.

      Support for this would make it much easier to reflectively implement
      things like web service stubs.

            darcy Joe Darcy
            tyao Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: