boonproject/boon

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

Closed this issue · 0 comments

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.