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

Changed to use default argument on null if JsonSetter(nulls = Nulls.SKIP) is specified. #707

Merged
merged 5 commits into from Sep 2, 2023

Conversation

k163377
Copy link
Contributor

@k163377 k163377 commented Aug 25, 2023

At least Nulls.FAIL worked, so it seems natural behavior for Nulls.SKIP to use default values.

Fixes #526

@k163377 k163377 changed the title Fixed to use default value if JsonSetter(nulls = Nulls.SKIP) is specified. Changed to use default argument on null if JsonSetter(nulls = Nulls.SKIP) is specified. Sep 1, 2023
@k163377 k163377 merged commit 05955a4 into FasterXML:2.16 Sep 2, 2023
12 checks passed
k163377 added a commit to ProjectMapK/jackson-module-kogera that referenced this pull request Sep 2, 2023
@k163377 k163377 deleted the fix-#526 branch September 2, 2023 01:29
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

Successfully merging this pull request may close these issues.

JsonSetter nulls does not work with Kotlin data classes
2 participants