We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Describe the bug
With following code,
public PagedModel<Some> read( @PageableDefault(sort = { "some,desc", "other,desc", "another.that,desc" }) @ParameterObject final Pageable pageable) { }
Swagger UI renders a redundant direction,