2

Without using Apache Commons Beanutils what is the most simple way to create a method to convert a POJO into a Map<String,Object>

quarks
  • 33,478
  • 73
  • 290
  • 513

1 Answers1

8

Without an external jar, I think the only way is to use the dark side of the force : the reflection api.

NimChimpsky
  • 46,453
  • 60
  • 198
  • 311