Is there any way to prevent Jackson from de-serial...
# spring
j
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
Maybe ask in #jackson-kotlin ?
j
Thanks, I'll try that