update samples

This commit is contained in:
William Cheng
2023-09-21 17:19:35 +08:00
parent 8f8fd85fd6
commit 1bcf79236f
17 changed files with 34 additions and 0 deletions

View File

@@ -580,6 +580,7 @@ public interface FakeApi {
value = "/fake/nullable",
consumes = { "application/json" }
)
default ResponseEntity<Void> testNullable(
@ApiParam(value = "request body", required = true) @Valid @RequestBody ChildWithNullable childWithNullable
) {