Hi all, 

I¹ve had problems using BeanJsonConverter on objects that contain getters
that have 1 or more arguments.
Since convertMethodsToJson() expects not to see any arguments on getters,
invoke() will crash on getters that have some.

Do you think we should adjust getMatchingMethods() to filter out getters
that require parameters? Or just skip those getters in
convertMethodsToJson().
I think it is reasonable to assume we don¹t need those for conversion
purposes.

Thanks, 

Aleksey

Reply via email to