Skip to content

Instantly share code, notes, and snippets.

@torgeir
Created February 14, 2014 08:29
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 torgeir/8997630 to your computer and use it in GitHub Desktop.
Save torgeir/8997630 to your computer and use it in GitHub Desktop.
Jackson json, expose field but ignore setter.
@JsonIgnore
private field;
@JsonPropety
public String getField() {}
/* no setter */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment