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

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