File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/fasterxml/jackson/databind Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -406,10 +406,10 @@ public enum DeserializationFeature implements ConfigFeature
406
406
* Feature that allows unknown Enum values to be parsed as null values.
407
407
* If disabled, unknown Enum values will throw exceptions.
408
408
*<p>
409
- * Note that in some cases this will basically ignore unknown Enum values;
410
- * this is the keys for keys of {@link java.util.EnumMap} and values
411
- * of {@link java.util.EnumSet} (because nulls are not accepted in these
412
- * cases) .
409
+ * Note that in some cases this will in effect ignore unknown Enum values,
410
+ * e.g. when the unknown values are used as keys of {@link java.util.EnumMap}
411
+ * or values of {@link java.util.EnumSet}, given the current deserializer
412
+ * implementation that ignores entries with null keys .
413
413
*<p>
414
414
* Feature is disabled by default.
415
415
*
You can’t perform that action at this time.
0 commit comments