Is there a way to support ignoring nulls and use t...
# jackson-kotlin
l
Is there a way to support ignoring nulls and use the default value instead such as
{ name: null}
for
Model(name: String = "")