I looked if there is any out of the box or an extension support, I don't see any. Any reference/approach would be helpful.
There is no out of box support in either Swagger related libraries or Swagger UI for this.
There are couple of options:
Springfox
to read your controller metadata and add the supported filter fields to your query parameter description. It supports markdown
.