Searched refs:ALLOW_UNQUOTED_FIELD_NAMES (Results 1 – 11 of 11) sorted by relevance
67 ALLOW_UNQUOTED_FIELD_NAMES(false, JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES), enumConstant
52 …private final static int FEAT_MASK_ALLOW_UNQUOTED_NAMES = Feature.ALLOW_UNQUOTED_FIELD_NAMES.getMa…
34 …private final static int FEAT_MASK_ALLOW_UNQUOTED_NAMES = Feature.ALLOW_UNQUOTED_FIELD_NAMES.getMa…
32 …private final static int FEAT_MASK_ALLOW_UNQUOTED_NAMES = Feature.ALLOW_UNQUOTED_FIELD_NAMES.getMa…
31 mapper.enable(JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES); in fuzzerTestOneInput()
15 .enable(JsonReadFeature.ALLOW_UNQUOTED_FIELD_NAMES) in testLargeUnquotedNames()64 .enable(JsonReadFeature.ALLOW_UNQUOTED_FIELD_NAMES) in testSimpleUnquotedNames()300 .enable(JsonReadFeature.ALLOW_UNQUOTED_FIELD_NAMES) in testNonStandardNameChars()
29 assertFalse(JSON_F.isEnabled(JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES)); in testDeprecatedDefaultSettings()
13 .enable(JsonReadFeature.ALLOW_UNQUOTED_FIELD_NAMES)
122 ALLOW_UNQUOTED_FIELD_NAMES(false), enumConstant
248 mapper.configure(JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES, true);