Skip to content

Instantly share code, notes, and snippets.

@devnulled
Created April 16, 2012 20:22
Show Gist options
  • Select an option

  • Save devnulled/2401262 to your computer and use it in GitHub Desktop.

Select an option

Save devnulled/2401262 to your computer and use it in GitHub Desktop.
Jackson 1.9 - Ignore Properties That Don't Exist on Bean
ObjectMapper mapper = new ObjectMapper();
mapper.getDeserializationConfig().without(DeserializationConfig.Feature.FAIL_ON_UNKNOWN_PROPERTIES);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment