Join Slack
Powered by
Is there any way to prevent Jackson from de-serial...
# spring
j
Jukka Siivonen
06/24/2019, 9:52 AM
Is there any way to prevent Jackson from de-serializing nulls to non-nullable list, for example I have comments: List<String> and payload comments: [null, null] gives me list of nulls. Or maybe I'm missing something here
s
sdeleuze
06/24/2019, 10:43 AM
Maybe ask in
#jackson-kotlin
?
j
Jukka Siivonen
06/24/2019, 11:04 AM
Thanks, I'll try that
6
Views
Open in Slack
Previous
Next