mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
Prior to this commit, one could invoke ResolvableType.forMethodParameter(MethodParameter.forParameter(parameter)) to create a ResolvableType for a Parameter; however, that's slightly cumbersome. To address that, this commit introduces ResolvableType.forParameter(), analogous to existing convenience factory methods in ResolvableType. Closes gh-36545