Skip to content

Instantly share code, notes, and snippets.

@bhdrkn
Created June 15, 2015 06:13
Show Gist options
  • Save bhdrkn/d53f15858dd304b33542 to your computer and use it in GitHub Desktop.
Save bhdrkn/d53f15858dd304b33542 to your computer and use it in GitHub Desktop.
ObjectMapper mapper = new ObjectMapper();
mapper.setVisibility(PropertyAccessor.FIELD, JsonAutoDetect.Visibility.ANY);
mapper.setVisibility(PropertyAccessor.SETTER, JsonAutoDetect.Visibility.NONE);
mapper.setVisibility(PropertyAccessor.GETTER, JsonAutoDetect.Visibility.NONE),
// map...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment