Closed
Description
Hi!
Thank you for providing this awesome library.
I wrote the next code sample:
@Operation(summary = "Get employee", tags = {"Employee"})
@GetMapping(value = "employee")
public Mono<Employee> searchEmployee(String id, RequestParameter requestParam) {
return Mono.empty();
}
public class RequestParameter {
String firstParam;
String secondParam;
}
Swagger UI result:
And I wonder if there any way to show RequestParameter, not as an object but as a list of object properties.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels