dave08
04/27/2023, 1:27 PMwrongwrong
04/27/2023, 3:28 PMMicronaut
).
https://github.com/ProjectMapK/jackson-module-kogera
However, please note that perfect support is not possible unless Kotlin
provides the functionality for compatibility.
See also the following issue.
https://github.com/FasterXML/jackson-module-kotlin/issues/650dave08
04/27/2023, 3:38 PM@Introspected
annotation), but obviously they don't really support Kotlin too much... since it's mostly java.dave08
04/27/2023, 3:40 PMwrongwrong
04/27/2023, 4:01 PMKSPPerfect support for
value class
is unrealistic as far as Jackson
is concerned.
The main reason is that the code generated by value class
will interfere with the analysis by Jackson
.
Just "expiremental project" is a bit scary to be using for production.Yes, I do not recommend using this project for production code. However, the results obtained by this project will be reflected in
jackson-module-kotlin
and Kotlin
, so active experimentation would be greatly appreciated.dmcg
05/16/2023, 7:49 AMwrongwrong
05/16/2023, 4:35 PM