Closed etherealsoftwareuk closed 3 weeks ago
Adds a @JsonNullableIsPresent constraint based on openapi-generator issue 11969.
@JsonNullableIsPresent
There's an immedate use for @JsonNullableIsPresent on a project I'm working on and I was also planning to raise a PR to fix openapi-generator issue 11969 by adding the new annotation to the {#required} block in beanValidation.mustache.
{#required}
beanValidation.mustache
Adds a
@JsonNullableIsPresent
constraint based on openapi-generator issue 11969.There's an immedate use for
@JsonNullableIsPresent
on a project I'm working on and I was also planning to raise a PR to fix openapi-generator issue 11969 by adding the new annotation to the{#required}
block inbeanValidation.mustache
.