Reputation: 35276
Without using Apache Commons Beanutils what is the most simple way to create a method to convert a POJO into a Map<String,Object>
Upvotes: 2
Views: 1026
Reputation: 47280
Without an external jar, I think the only way is to use the dark side of the force : the reflection api.
Upvotes: 8