sumit3203 / ACTIVESEGMENTATION

Active Segmentation Project
https://sumit3203.github.io.
Other
6 stars 19 forks source link

Issue #48 Unknown Properties fixes #58

Closed Purva-Chaudhari closed 3 years ago

Purva-Chaudhari commented 3 years ago

Have added @JsonIgnoreProperties(ignoreUnknown=true)

We can even do it using configuration objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);