For those interested in data binding between JSON,...
# announcements
a
For those interested in data binding between JSON, XML and others to Kotlin. The 2.8.0 update of Jackson and Jackson-Kotlin module can now use default values for constructor parameters if the deserialized data does not contain the matching property, and also now checks and understands nullability for constructor parameters (to pass null instead of default primitive value).
👍 5