FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
Apache License 2.0
1.12k stars 175 forks source link

Fixed nullability of `convertValue` function argument #817

Closed k163377 closed 3 months ago

k163377 commented 3 months ago

The convertValue method can accept null, but was defined as non-null.