Validations for Optional is misplaced #372

Closed
opened 2024-02-23 11:47:40 +01:00 by sschnabe · 0 comments
sschnabe commented 2024-02-23 11:47:40 +01:00 (Migrated from github.com)
@Valid Optional<Model> model

should be

Optional<@Valid Model> model
```java @Valid Optional<Model> model ``` should be ```java Optional<@Valid Model> model ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen#372
No description provided.