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
JsonInclude.Include.NON_ABSENT
(note: moved from https://github.com/FasterXML/jackson-datatype-jdk8/issues/8)
Between existing options NON_NULL and NON_EMPTY, it would be good to have option that:
NON_NULL
NON_EMPTY
null
The text was updated successfully, but these errors were encountered:
Implement #811, support JsonInclude.Include.NON_ABSENT
72740cd
Support added; with core databind works for AtomicReference. Next need to add support for JDK8, Guava modules.
AtomicReference
Sorry, something went wrong.
Optional
One fix wrt #811: Maps were not handling NON_ABSENT; added a test to …
c1516a4
…ensure they now do.
No branches or pull requests
(note: moved from https://github.com/FasterXML/jackson-datatype-jdk8/issues/8)
Between existing options
NON_NULL
andNON_EMPTY
, it would be good to have option that:null
The text was updated successfully, but these errors were encountered: