mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
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