Skip to content
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

Documentation for @JsonDeserialize(keyUsing=...) no longer accurate #3076

Closed
bgruber opened this issue Mar 12, 2021 · 1 comment
Closed

Documentation for @JsonDeserialize(keyUsing=...) no longer accurate #3076

bgruber opened this issue Mar 12, 2021 · 1 comment

Comments

@bgruber
Copy link

bgruber commented Mar 12, 2021

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.

@bgruber bgruber added the to-evaluate Issue that has been received but not yet evaluated label Mar 12, 2021
@cowtowncoder
Copy link
Member

Good catch, thank you. I'll go ahead and fix the Javadoc.

@cowtowncoder cowtowncoder added 2.11 and removed to-evaluate Issue that has been received but not yet evaluated labels Mar 12, 2021
cowtowncoder added a commit that referenced this issue Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants