You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add possibility to run AsyncApiFilter implementation in a build time. Similar to the @OpenApiFilter( OpenApiFilter.RunStage.BOTH ) in Open API extension.
#199
It would be very helpful to add the possibility of running the filter at compilation time, as is possible in the Open API extension. This is because it is often necessary to add new schemas to a document and for this you usually need access to the Jandex index.
The text was updated successfully, but these errors were encountered:
It would be very helpful to add the possibility of running the filter at compilation time, as is possible in the Open API extension. This is because it is often necessary to add new schemas to a document and for this you usually need access to the Jandex index.
The text was updated successfully, but these errors were encountered: