Allow addition of HandlerMethodArgumentResolver
s for use on @BasePathAwareController
methods
#2263
Labels
status: waiting-for-triage
An issue we've not yet triaged
Currently it is impossible to add custom ArgumentResolvers to the data-rest context at all as the List is fixed.
I normally use
@BasePathAwareController
to overwrite default paths on rest-resources or add custom behaviours and would like to use my own ArgumentResolvers there.The text was updated successfully, but these errors were encountered: