-
Notifications
You must be signed in to change notification settings - Fork 328
Open
Labels
Description
Describe the Feature Request
As of now is only possible to resolve non reactive arguments using the ArgumentResolver interface.
Will be cool to be able to resolve as well some reactive arguments for instance to get a claim from the token using the ReactiveSecurityContextHolder.getContext().
Describe Preferred Solution
Have a ReactiveArgumentResolver interface or some other approach to would enable to return Mono on an ArgumentResolver.