Searched refs:ALLOW_COMMENTS (Results 1 – 13 of 13) sorted by relevance
246 assertFalse(jf.isEnabled(JsonParser.Feature.ALLOW_COMMENTS)); in testCopy()259 assertTrue(jf.isEnabled(JsonParser.Feature.ALLOW_COMMENTS)); in testCopy()265 assertTrue(jf2.isEnabled(JsonParser.Feature.ALLOW_COMMENTS)); in testCopy()
27 mapper.enable(JsonParser.Feature.ALLOW_COMMENTS); in fuzzerTestOneInput()
28 ALLOW_JAVA_COMMENTS(false, JsonParser.Feature.ALLOW_COMMENTS),
53 private final static int FEAT_MASK_ALLOW_JAVA_COMMENTS = Feature.ALLOW_COMMENTS.getMask();
36 private final static int FEAT_MASK_ALLOW_JAVA_COMMENTS = Feature.ALLOW_COMMENTS.getMask();
33 private final static int FEAT_MASK_ALLOW_JAVA_COMMENTS = Feature.ALLOW_COMMENTS.getMask();
36 assertFalse(jf.isEnabled(JsonParser.Feature.ALLOW_COMMENTS)); in testDefaultSettings()38 assertFalse(p.isEnabled(JsonParser.Feature.ALLOW_COMMENTS)); in testDefaultSettings()
27 assertFalse(JSON_F.isEnabled(JsonParser.Feature.ALLOW_COMMENTS)); in testDeprecatedDefaultSettings()
91 ALLOW_COMMENTS(false), enumConstant
64 factory.enable(JsonParser.Feature.ALLOW_COMMENTS);
214 assertFalse(del.isEnabled(JsonParser.Feature.ALLOW_COMMENTS)); in testParserDelegate()
246 mapper.configure(JsonParser.Feature.ALLOW_COMMENTS, true);