jskov / openapi-jaxrs-client

An OpenAPI JAX-RS client code generator
Apache License 2.0
1 stars 4 forks source link

@NonNull only reacts to required presence #707

Open jskov-jyskebank-dk opened 3 weeks ago

jskov-jyskebank-dk commented 3 weeks ago

See branch date_notnullable dto/validation/example

If fields are only marked as nullable=false, the getter is not marked with @NonNull (but the @Schema is).

editor.swagger.io marks them as nonull, so that is probably a safe assumption.

(Allan)