Skip to content

Object request parameter issue #67

Closed
@okosiuta

Description

@okosiuta

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:

Embedded_Parameters

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions