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
@JsonDeserialize(keyUsing=...)
The javadoc for the keyUsing element says that it "Can only be used on instances (methods, fields, constructors), and not value classes themselves."
keyUsing
However, my understanding is that the change for #2503 makes this inaccurate.
The text was updated successfully, but these errors were encountered:
Good catch, thank you. I'll go ahead and fix the Javadoc.
Sorry, something went wrong.
Javadoc fix for #3076
9cfcf8d
No branches or pull requests
The javadoc for the
keyUsing
element says that it "Can only be used on instances (methods, fields, constructors), and not value classes themselves."However, my understanding is that the change for #2503 makes this inaccurate.
The text was updated successfully, but these errors were encountered: