We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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的1.x版本。但是现在最新的fastjson已经是fastjson2了。尝试使用自定义注解解决,但是无法使用。自定义注解配置如下: @com.alibaba.fastjson2.annotation.JSONField\s*(\sname\s=\s*"{filed}"\s*) @com.alibaba.fastjson2.annotation.JSONField(name="{filed}")
这两种方式配置都无法实现将字符串转换为Java bean 对象,希望处理下,谢谢。
The text was updated successfully, but these errors were encountered:
我自己最近fork出来改了支持 fastjson2 的选项,但是是离线安装的 jar,你试试能不能用 GsonFormatPlus2
Sorry, something went wrong.
No branches or pull requests
插件目前使用的fastjson的1.x版本。但是现在最新的fastjson已经是fastjson2了。尝试使用自定义注解解决,但是无法使用。自定义注解配置如下:
@com.alibaba.fastjson2.annotation.JSONField\s*(\sname\s=\s*"{filed}"\s*)
@com.alibaba.fastjson2.annotation.JSONField(name="{filed}")
这两种方式配置都无法实现将字符串转换为Java bean 对象,希望处理下,谢谢。
The text was updated successfully, but these errors were encountered: