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
目前 @RequestField 和 @ResponseField 注解都有 order 属性来保证序列化和反序列化时属性的顺序。 能否安全地去掉这个 “看似多余” 的属性?
@RequestField
@ResponseField
order
没找到这方面的官方文档说明。
参考 java-reflection-getting-fields-and-methods-in-declaration-order)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前
@RequestField
和@ResponseField
注解都有order
属性来保证序列化和反序列化时属性的顺序。能否安全地去掉这个 “看似多余” 的属性?
没找到这方面的官方文档说明。
参考 java-reflection-getting-fields-and-methods-in-declaration-order)
The text was updated successfully, but these errors were encountered: