Searched refs:READ_ENUMS_USING_TO_STRING (Results 1 – 9 of 9) sorted by relevance
99 .with(DeserializationFeature.READ_ENUMS_USING_TO_STRING); in testFailWhenCaseSensitiveAndToStringIsUpperCase()116 .with(DeserializationFeature.READ_ENUMS_USING_TO_STRING); in testEnumDesIgnoringCaseWithUpperCaseToString()190 .with(DeserializationFeature.READ_ENUMS_USING_TO_STRING); in testEnumWithAliasAndToStringSupported()
289 m.configure(DeserializationFeature.READ_ENUMS_USING_TO_STRING, true); in testToStringEnums()494 .with(DeserializationFeature.READ_ENUMS_USING_TO_STRING) in testDeserWithToString1161()500 .without(DeserializationFeature.READ_ENUMS_USING_TO_STRING) in testDeserWithToString1161()594 .with(DeserializationFeature.READ_ENUMS_USING_TO_STRING) in testEnumToStringNull2309()
65 .with(DeserializationFeature.READ_ENUMS_USING_TO_STRING); in testEnumWithAliasAndToStringSupported()
116 .with(DeserializationFeature.READ_ENUMS_USING_TO_STRING); in testToStringEnumMaps()
398 READ_ENUMS_USING_TO_STRING(false), enumConstant
212 … CompactStringObjectMap lookup = ctxt.isEnabled(DeserializationFeature.READ_ENUMS_USING_TO_STRING) in deserialize()
392 EnumResolver res = ctxt.isEnabled(DeserializationFeature.READ_ENUMS_USING_TO_STRING) in _parse()
924 * Reported, suggested fix for #2309: READ_ENUMS_USING_TO_STRING doesn't support null values
1046 #1161: `DeserializationFeature.READ_ENUMS_USING_TO_STRING` not dynamically