Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve HandlerMethod check when method validation applies
Method validation needs to be used for a container such as a List or Map, but until now we were only checking for a List container. Moreover, in gh-31530 we improved method validation to also cover any Collection. This change aligns with HandlerMethod check for when method validation applies with the underlying ability of method validation.
- Loading branch information