-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add support for Jackson #860
Comments
How, if we're using JSON-B all over the place? :) |
Just use the annotations as markers for certain things. Like ignore. We don't even need a dependency on Jackson |
Hmmmm... I understand that Jackson plans to support JSON-B. I think the prio of this is not very high. |
Please consider adding Jackson's |
Hi @wiradikusuma - I am not sure what |
Sure. Context: I use Quarkus, and it uses RESTEasy, a JAX-RS implementation. Let's say I have 2 REST API endpoints that return the same
When I call I understand that in GraphQL the client/caller can choose the fields themselves, but I don't want the client to even be able to choose What do you think? |
Mmm, interesting. We currently support Thanks. For now, it's not supported, except with using a combination of |
I'd rather use |
tomorrow! ;-) |
Nice ! Let's discuss it. |
I use
It also means creating multiple DTOs. Maybe it's not best practice, but it's certainly convenient to have 1 DTO instead of multiple versions of it. Lo and behold, my monstrous DTO:
|
We actually just got exactly this requirement: nested |
Please create a new one |
Example
com.fasterxml.jackson.annotation.JsonIgnore
The text was updated successfully, but these errors were encountered: