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 @@ -374,10 +374,10 @@ public enum DeserializationFeature implements ConfigFeature
374
374
* Feature that allows unknown Enum values to be parsed as null values.
375
375
* If disabled, unknown Enum values will throw exceptions.
376
376
*<p>
377
- * Note that in some cases this will basically ignore unknown Enum values;
378
- * this is the keys for keys of {@link java.util.EnumMap} and values
379
- * of {@link java.util.EnumSet} (because nulls are not accepted in these
380
- * cases) .
377
+ * Note that in some cases this will in effect ignore unknown Enum values,
378
+ * e.g. when the unknown values are used as keys of {@link java.util.EnumMap}
379
+ * or values of {@link java.util.EnumSet}, given the current deserializer
380
+ * implementation that ignores entries with null keys .
381
381
*<p>
382
382
* Feature is disabled by default.
383
383
*/
You can’t perform that action at this time.
0 commit comments