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
  • 31,298
  • 67
  • 266
  • 478

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
  • 44,999
  • 57
  • 192
  • 304