-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Jackson @JsonView deserialization support for request bodies #35871
Labels
area/jackson
Issues related to Jackson (JSON library)
area/rest
kind/enhancement
New feature or request
Milestone
Comments
I think it makes sense. |
Any updates on this? |
Not yet, but if you are willing to help out, we can certainly point you in the right direction |
Sure! I'd be happy to help! |
Cool! I will get back to you in a few days as I am travelling this week |
I actually went ahead and added this one myself because it turned out to be more a shortcoming of the code than anything else |
bschuhmann
pushed a commit
to bschuhmann/quarkus
that referenced
this issue
Nov 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/jackson
Issues related to Jackson (JSON library)
area/rest
kind/enhancement
New feature or request
Description
Quarkus already supports
@JsonView
for response bodies. The same can also be applied to request bodies as@JsonView
can be used on method parameters.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: