agrestio / agrest

Server-side Java REST Framework for easy access to data graphs from various backends
https://agrest.io
Apache License 2.0
80 stars 34 forks source link

Swagger: ignore UriInfo if @Parameter(hidden=true) is set #615

Closed andrus closed 1 year ago

andrus commented 1 year ago

In our Swagger integration we must ignore the query parameters added via UriInfo if it is annotated with @Parameter(hidden=true)