Hot to get the fields in an Object via reflection?

Posted by Apps on Stack Overflow See other posts from Stack Overflow or by Apps
Published on 2010-06-07T12:45:24Z Indexed on 2010/06/07 13:22 UTC
Read the original article Hit count: 177

Filed under:
|

I have an object (basically a VO) in Java and I don't know its type.
I need to get values which are not null in that object.

How can this be done?

© Stack Overflow or respective owner

Related posts about java

Related posts about reflection