We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example configuration:
map: types: - type: array => java.util.List result: org.springframework.http.ResponseEntity parameters: - add: request => javax.servlet.http.HttpServletRequest
Genearted source will not include HttpServletRequest as additional parameter.
In another attempt with path mapping, it works as documented.
map: paths: /applicants: parameters: - add: request => javax.servlet.http.HttpServletRequest
oap-spring version: 2022.2
The text was updated successfully, but these errors were encountered:
sorry, somehow missed that one.
This seems to be only implemented for path mappings. Not sure why. Can't remember if there was specific reason. ;-)
Sorry, something went wrong.
.. will look at it.
openapi-processor/openapi-processor-spring#140, finish global additio…
59694fa
…nal parameters
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Example configuration:
Genearted source will not include HttpServletRequest as additional parameter.
In another attempt with path mapping, it works as documented.
oap-spring version: 2022.2
The text was updated successfully, but these errors were encountered: