mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9076c70d47
Provided overloaded versions of `forField` and `forMethodParameter` that accept a `ResolvableType` implementation type (as opposed to a Class). Primarily added to allow resolution against implementation types that have been created programmatically using `forTypeWithGenerics`. Issue: SPR-11218