If a creator parameter contains a value class
that wraps nullable and is non-null and has a default value, deserialization using the default argument will fail.
#761
Labels
Describe the bug
This will become a problem after deserialization support for
value class
is realized in the future.The cause is
kotlin-reflect
, which is difficult to fix injackson-module-kotlin
.https://youtrack.jetbrains.com/issue/KT-57357
To Reproduce
This problem occurs when deserializing a class like
D
below.Expected behavior
No response
Versions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: