Searched refs:FAIL_ON_IGNORED_PROPERTIES (Results 1 – 8 of 8) sorted by relevance
35 r = r.with(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES); in testFailOnIgnore()44 r = r.with(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES); in testFailOnIgnore()
137 r = r.with(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES); in testIncludeIgnoredAndUnrecognizedField()155 r = r.without(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES); in testIncludeIgnoredAndUnrecognizedField()
67 r = r.with(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES); in testFailOnIgnore()
177 r = r.withoutFeatures(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES, in testFeatureSettings()179 assertFalse(r.isEnabled(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES)); in testFeatureSettings()181 r = r.withFeatures(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES, in testFeatureSettings()183 assertTrue(r.isEnabled(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES)); in testFeatureSettings()187 assertSame(r, r.with(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES, in testFeatureSettings()
188 FAIL_ON_IGNORED_PROPERTIES(false), enumConstant
214 DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES in testInvalidTypeId511()
1700 if (ctxt.isEnabled(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES)) { in handleIgnoredProperty()
41 #2719: `FAIL_ON_IGNORED_PROPERTIES` does not throw on `READONLY` properties with