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.
Comments 1
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