We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b29d11 commit bfa05dcCopy full SHA for bfa05dc
README.md
@@ -76,7 +76,7 @@ module explicitly.
76
77
## DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES
78
79
-Since jackson-module-scala 2.19.0, if you deserializing a collection and the input is null, this will deserialize as an empty collection.
+Since jackson-module-scala 2.19.0, if you are deserializing a collection and the input is null, this will deserialize as an empty collection.
80
81
Up to jackson-module-scala 2.19.0, it was recommended that Scala users enable `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES` because
82
otherwise, an input of null would lead to the deserialized instance having a null value for the collection field.
0 commit comments