mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b46c41bb3a
This commit replaces ParameterizedTypeReference and ResolvableType target type customization with the lambda by directly exposing ParameterizedTypeReference methods at top level, as generics variants of the class-based existing ones. Closes gh-35635