Skip to content

Instantly share code, notes, and snippets.

@matchilling
Last active December 12, 2020 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matchilling/7e6454756750463d2e3f3381a814561e to your computer and use it in GitHub Desktop.
Save matchilling/7e6454756750463d2e3f3381a814561e to your computer and use it in GitHub Desktop.
IntelliJ Debugger - View object as JSON
new com.fasterxml.jackson.databind.ObjectMapper()
.setSerializationInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include.NON_NULL)
.writeValueAsString(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment