I have method which gets a POJO as it\'s parameter. Now I want to programmatically get all the attributes of the POJO (because my code may not know what are all the attribut
get all properties/variables ( just the name ) using reflection. Now use getProperty method to get the value of that variable