-
Notifications
You must be signed in to change notification settings - Fork 0
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
customize jackson annotations for getters (to disable null values) #160
Conversation
bou3108
commented
Aug 20, 2024
•
edited by romainfd
Loading
edited by romainfd
|
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ca me semble régler le problème en effet, bien vu !!
Et en gros, pas vraiment d'impact particulier si ?
Ca change pas vraiment les indications dans les IDE mais juste comment c'est sérialisé en JSON ? Et d'ailleurs, comment ça se passe en XML du coup ?
Quelques petites questions,
- Ca fait quoi NON_EMPTY au niveau du parent exactement ? => ça le met dans le JSON que si pas vide ?
- Et ça faisait quoi ALWAYS au niveau de la propriété ? => ça le met toujours dans le JSON même si vide ?
- Et USE_DEFAULTS fait quoi ? => il s'appuie sur la propriété au niveau du parent pour décider ?