actually no, tried out and even with kotlin module configured it
Int
becomes
0
🤔
e
Emil Kantis
10/12/2021, 7:03 AM
Also seems like
value class
is not possible to use with jackson? 🤔
Emil Kantis
10/12/2021, 7:04 AM
This fails with something about object, creator.. changed branch and nuked the sample before copying the exception..
t
thanksforallthefish
10/12/2021, 7:11 AM
value classes work, just used my first one with jackson last week. but as the channel hints, I am within spring, there might me some extra configuration that is automatically added
tbf, when I want to configure object mapper manually I do
ObjectMapper().findAndRegisterModules()
, no idea why jetbrains and spring goes “manual”, as jackson already provides an automatic way for scan