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
试用了一下发现Map的key不能是数字类型有点不方便,是否可以定义一个FieldAnnotation 来专门处理map类型的字段?或者 Map和DBObject分开处理,转为字段名为{“key“ 123 ,“value”:‘abc’}这样的形式呢
The text was updated successfully, but these errors were encountered:
额, 没懂
Sorry, something went wrong.
No branches or pull requests
试用了一下发现Map的key不能是数字类型有点不方便,是否可以定义一个FieldAnnotation 来专门处理map类型的字段?或者 Map和DBObject分开处理,转为字段名为{“key“ 123 ,“value”:‘abc’}这样的形式呢
The text was updated successfully, but these errors were encountered: