Searched refs:WRITE_NUMBERS_AS_STRINGS (Results 1 – 5 of 5) sorted by relevance
22 assertFalse(g.isEnabled(JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS)); in testConfigDefaults()41 int mask = JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS.getMask() in testConfigOverrides()44 assertTrue(g.isEnabled(JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS)); in testConfigOverrides()50 assertFalse(g.isEnabled(JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS)); in testConfigOverrides()103 .enable(JsonWriteFeature.WRITE_NUMBERS_AS_STRINGS) in testNumbersAsJSONStrings()137 .enable(JsonWriteFeature.WRITE_NUMBERS_AS_STRINGS) in testBigDecimalAsPlainString()177 g.enable(JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS); in testTooBigBigDecimal()195 g.enable(JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS); in testTooBigBigDecimal()293 g.enable(JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS); in testChangeOnGenerator()301 g.enable(JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS); in testChangeOnGenerator()[all …]
33 Feature.WRITE_NUMBERS_AS_STRINGS.getMask()112 _cfgNumbersAsStrings = Feature.WRITE_NUMBERS_AS_STRINGS.enabledIn(features); in GeneratorBase()124 _cfgNumbersAsStrings = Feature.WRITE_NUMBERS_AS_STRINGS.enabledIn(features); in GeneratorBase()165 if (f == Feature.WRITE_NUMBERS_AS_STRINGS) { in enable()184 if (f == Feature.WRITE_NUMBERS_AS_STRINGS) { in disable()233 _cfgNumbersAsStrings = Feature.WRITE_NUMBERS_AS_STRINGS.enabledIn(newFeatureFlags); in _checkStdFeatureChanges()
61 WRITE_NUMBERS_AS_STRINGS(false, JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS), enumConstant
54 * Reported #184: WRITE_NUMBERS_AS_STRINGS disables WRITE_BIGDECIMAL_AS_PLAIN
185 WRITE_NUMBERS_AS_STRINGS(false), enumConstant