Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
8.44k
stars
2.93k
forks
source link
[Question] <title>shenyu2.4.3版本 Report a jsonObject exception when an object contains a variable of type List #4746
Closed
wanghe88 closed 1 year ago
Question
post===>http://localhost:9195/dubbo/saveComplexBeanTest params==>{ "dubboTest": [{ "id": "123", "name": "test" }], "idLists": [ "456", "124" ], "idMaps": { "abc": "abc", "cbd": "cbd" } } 会抛出UnsupportedOperationException异常
GsonUtils方法jsonArrayToListInConvertToMap是有问题的
修改成: private List