-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> 复测过,升级到fastjson 2.0.10兼容版本和fastjson2 2.0.10 不会抛出异常。 json字符串里面params属性的值是null 转换后的bo的params还是null,没有赋值 #605
Comments
@Setter String str3 = "{"wx_id":"xxx","success":true,"parems":null}"; |
parems 为{}是不会抛异常,但params=null的时候确实会抛异常
|
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.11-SNAPSHOT/ |
使用了2.0.10版本是当使用了lombok的@accessors(chain = true)注解的时候依然会报错.
编译后的类为:
Originally posted by @leblancvn in #596 (comment)
The text was updated successfully, but these errors were encountered: