srb4j icon indicating copy to clipboard operation
srb4j copied to clipboard

Configure jackson provider to let it ignore unknown properties in JSON

Open chenjianjx opened this issue 5 years ago • 0 comments

Find the occurences of JacksonJaxbJsonProvider and replace the registration statement with

register(new JacksonJaxbJsonProvider().configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false));

chenjianjx avatar Jan 14 '19 09:01 chenjianjx