Java Map
Java Bean to Map
Convert object/bean to map
Map
<
String
, Object
>
objectAsMap
=
BeanUtils.
describe
(
yourObject
)
;