> Do you think adding support for java.util.Map to BeanAdapter has little value?
> 
> By the way, the patch is trivial, and it works great :)

BeanAdapter is the wrong place to put this code. BeanAdapter makes a bean 
instance look like a Pivot Map. It is not meant to make a java.util.Map look 
like a Pivot map. That is the purpose of MapAdapter.

The JSON class would be more appropriate for this kind of check.



Reply via email to