Java in General Looping though get methods without using reflection Bai Shen Ranch Hand Posts: 323 posted 15 years ago I have a POJO that I want to convert into a HashMap. Now in the past, I've done the following. ? 1 2 map.add("firstName", getFirstName()); map.add("la...