NOTE: Fundamentally, this is using java.lang.Class.getDeclaredMethods()
and repeating for all super classes and finally matching the total set
using getters and setters.
Try doing YourClass.class.getDeclaredMethods() followed by super classes
and see what it says, or alternatively use BeanInfo.getMethods() to see
the whole thing.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098855#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...