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
@JsonValue
@JsonCreator
There are use cases for one of those annotations being used without the other one. See for example How to force Hilla not to consider java class with @JsonCreator as single-value?
Such classes are not interpreted as domain objects and are treated as usual.
No response
The text was updated successfully, but these errors were encountered:
JsonValue
JsonCreator
cromoteca
Successfully merging a pull request may close this issue.
Describe your motivation
There are use cases for one of those annotations being used without the other one. See for example How to force Hilla not to consider java class with @JsonCreator as single-value?
Describe the solution you'd like
Such classes are not interpreted as domain objects and are treated as usual.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: