We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have quite a few places where we are resolving APIs. OAuth2AuthorizationRequestResolver, SAML is adding a resolver, JWT is adding one.
OAuth2AuthorizationRequestResolver
We should consider create a generic resolver that takes input of HttpServletRequest and a separate one for ServerWebExchange and outputs <T>.
HttpServletRequest
ServerWebExchange
<T>
There are also places where we use Function.
Function
There are other places we use Converter.
Converter
We need to find consistency throughout the code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
We have quite a few places where we are resolving APIs.
OAuth2AuthorizationRequestResolver
, SAML is adding a resolver, JWT is adding one.We should consider create a generic resolver that takes input of
HttpServletRequest
and a separate one forServerWebExchange
and outputs<T>
.There are also places where we use
Function
.There are other places we use
Converter
.We need to find consistency throughout the code.
The text was updated successfully, but these errors were encountered: