Back to Browse

#13 @JsonInclude annotation: To skip null fields and only include non null fields in request body

383 views
Apr 19, 2023
2:14

GitHub: https://github.com/PramodKumarYadav/restpro Goal: - Make request body tidy and error proof using Json include. Objective: - Show how to use @JsonInclude annotation to skip null fields and only include non null fields in request body. Next steps: - Extend tests with Setup class.

Download

0 formats

No download links available.

#13 @JsonInclude annotation: To skip null fields and only include non null fields in request body | NatokHD