Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

show null fields in json java spring boot code example

Example: jackson ignore value if null

public class Object {
  
    @JsonInclude(NON_NULL)
    @JsonProperty("property")
    private String property;
  
}

Tags:

Java Example

Related

normalise.css code example angular and javascript interview questions code example java arry of integer code example map functions in js code example git stash pop usage code example html number step decimal code example drop duplicate list python code example angular bind onchange code example date and time ruby code example how to write reduce in ruby code example if integer javascript between code example reduce method in array code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy