boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

How to convert an Object to a Map<String, Object> #377

Closed anidotnet closed 6 years ago

anidotnet commented 7 years ago

Is there any way to convert an arbitrary object to a Map<String, Object> using boon with circular reference? We can do similar thing with Jackson using its ObjectMapper. Do we have similar functionality in boon? Conversions.toMap() does not seem to handle circular reference.