2 Replies Latest reply on Apr 26, 2005 3:58 AM by icecrash

    How i can get all method info of a class?

    icecrash

      How i can get and set input parameter of a method?

      i can use java.reflect for get input parameter structure an type ,then use javassist for set the input parameter?