Jackson Unrecognized Fields Posted May 20, 2024 By your_full_name 1 min read 1 2 ObjectMapper objectMapper = new ObjectMapper(); objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); programming jackson This post is licensed under CC BY 4.0 by the author. Share