saveourtool / cosv4k

Kotlin and Java serialization schema for COSV
https://www.gitlink.org.cn/zone/CCF-ODC/source/7
MIT License
2 stars 0 forks source link

Jackson doesn't support non-nullable default values #17

Open nulls opened 1 year ago

nulls commented 1 year ago

But looks like a special module does it: https://stackoverflow.com/questions/40297407/how-do-you-make-jackson-use-kotlin-default-params-for-missing-values

Need to decide, do we require this module to use our library?