jsontypedef / json-typedef-codegen

A CLI tool that generates code from JSON Typedef schemas
https://jsontypedef.com/docs/tools/jtd-codegen
MIT License
157 stars 31 forks source link

Java: Invalid NON_NULL annotation? #48

Open tuxslayer opened 2 years ago

tuxslayer commented 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