Searched refs:ALLOW_MISSING_VALUES (Results 1 – 13 of 13) sorted by relevance
35 cases.add(EnumSet.of(JsonReadFeature.ALLOW_MISSING_VALUES)); in getTestCases()37 … cases.add(EnumSet.of(JsonReadFeature.ALLOW_MISSING_VALUES, JsonReadFeature.ALLOW_TRAILING_COMMA)); in getTestCases()73 if (!features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayInnerComma()95 if (!features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayLeadingComma()131 } else if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayTrailingComma()156 if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES) && in testArrayTrailingCommas()161 } else if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayTrailingCommas()187 if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES) && in testArrayTrailingCommasTriple()193 } else if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayTrailingCommasTriple()
35 cases.add(EnumSet.of(JsonReadFeature.ALLOW_MISSING_VALUES)); in getTestCases()37 … cases.add(EnumSet.of(JsonReadFeature.ALLOW_MISSING_VALUES, JsonReadFeature.ALLOW_TRAILING_COMMA)); in getTestCases()
39 cases.add(new Object[]{mode, Arrays.asList(JsonReadFeature.ALLOW_MISSING_VALUES)}); in getTestCases()41 cases.add(new Object[]{mode, Arrays.asList(JsonReadFeature.ALLOW_MISSING_VALUES, in getTestCases()77 if (!features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayInnerComma()99 if (!features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayLeadingComma()135 } else if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayTrailingComma()160 if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES) && in testArrayTrailingCommas()165 } else if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayTrailingCommas()191 if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES) && in testArrayTrailingCommasTriple()197 } else if (features.contains(JsonReadFeature.ALLOW_MISSING_VALUES)) { in testArrayTrailingCommasTriple()
113 .enable(JsonReadFeature.ALLOW_MISSING_VALUES) in _testMissingValueByEnablingFeature()171 .enable(JsonReadFeature.ALLOW_MISSING_VALUES) in _testNotMissingValueByEnablingFeature()
9 .enable(JsonReadFeature.ALLOW_MISSING_VALUES)
162 ALLOW_MISSING_VALUES(false, JsonParser.Feature.ALLOW_MISSING_VALUES), enumConstant
50 private final static int FEAT_MASK_ALLOW_MISSING = Feature.ALLOW_MISSING_VALUES.getMask();
32 private final static int FEAT_MASK_ALLOW_MISSING = Feature.ALLOW_MISSING_VALUES.getMask();
30 private final static int FEAT_MASK_ALLOW_MISSING = Feature.ALLOW_MISSING_VALUES.getMask();
64 JsonReadFeature.ALLOW_MISSING_VALUES)); in testParserFeatures()68 JsonReadFeature.ALLOW_MISSING_VALUES)); in testParserFeatures()
233 ALLOW_MISSING_VALUES(false), enumConstant
263 #117: Add `JsonParser.Feature.ALLOW_MISSING_VALUES` to support for missing values