indika Kumara [https://community.jboss.org/people/indika.kuma] created the 
discussion

"How to get method parameter names from a class generated by Javaassist"

To view the discussion, visit: https://community.jboss.org/message/736933#736933

--------------------------------------------------------------
Hi all,

I highly appreciate our time and help.

I cannot access the names of the method’s parameters from a class file 
generated with Javaassist.  To access the method names, the class needs to be 
complied with debug information. I tried ‘debugwritefile’ too. But, seems it 
also does not create a class similar to when I compile a class with ‘-g’ option 
enable with a general Java complier. Is there any way to achieve this with a 
class generated with Javaassist?

Thanks,

Regards

Indika
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/736933#736933]

Start a new discussion in Javassist at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2062]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to