bookmark

Jackson Unmarshalling JSON with Unknown Properties | Baeldung


Description

new ObjectMapper() .configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)

Preview

Tags

Users

  • @jil

Comments and Reviews