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
Vasco Lameiras opened DATAREST-927 and commented
A field annotated with @JsonIgnore will still be serialized if @AllArgsConstructor is present. This doesn't occur with @Data and @NoArgsConstructor
@JsonIgnore
@AllArgsConstructor
@Data
@NoArgsConstructor
Affects: 2.5.4 (Hopper SR4)
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered:
Craig commented
You're seeing this issue: FasterXML/jackson-databind#1226
Sorry, something went wrong.
Duplicate of DATAREST-884
Vasco Lameiras commented
Thanks, my apologies for the duplicate
odrotbohm
No branches or pull requests
Vasco Lameiras opened DATAREST-927 and commented
A field annotated with
@JsonIgnore
will still be serialized if@AllArgsConstructor
is present. This doesn't occur with@Data
and@NoArgsConstructor
Affects: 2.5.4 (Hopper SR4)
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: