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

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