Leave a comment

Comments 1

zanson July 9 2003, 21:18:14 UTC
The reflections api is your friend =) =). You can do lots of fun things with the getMethods() and getConstructor() methods. Though I wish String.getClass() worked, instead of having to instantiate a String object.
Though most of what I've done with reflections is Java Bean related, setter->getter matching, multi-leveled parameter matching jsp tags. Other fun things like that.

Reply


Leave a comment

Up