Open tuxslayer opened 2 years ago
Looks like a bug, no?
if field.optional { writeln!(out, " @JsonInclude(JsonInclude.Include.NON_NULL)")?; }
https://github.com/jsontypedef/json-typedef-codegen/blob/5fb786084388c466a8f43f410195fae98f0ecd4c/crates/target_java_jackson/src/lib.rs#L307-L309
Looks like a bug, no?
if field.optional { writeln!(out, " @JsonInclude(JsonInclude.Include.NON_NULL)")?; }
https://github.com/jsontypedef/json-typedef-codegen/blob/5fb786084388c466a8f43f410195fae98f0ecd4c/crates/target_java_jackson/src/lib.rs#L307-L309