geting fileds and data types of all memebers of a Object

Posted by akshay on Stack Overflow See other posts from Stack Overflow or by akshay
Published on 2010-03-11T09:24:59Z Indexed on 2010/03/15 23:19 UTC
Read the original article Hit count: 248

Filed under:
|

i have a method as follows.

test(Object obj){

}

now within this method i want to get all fileds along with the datatypes of those fileds. How can i do that??

© Stack Overflow or respective owner

Related posts about java

Related posts about generics