Skip to content

Migrate GenericTypeResolver.resolveReturnTypeForGenericMethod to ResolvableType [SPR-10976] #15604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Oct 9, 2013 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Oct 9, 2013

Phil Webb opened SPR-10976 and commented


This issue is a sub-task of #15601

Issue Links:

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

I eventually went with a different move: to AutowireUtils, internal to the bean factory package. Since I had to add a ClassLoader argument and the assumption that String class names may get matched against Class parameters, it became more of a bean factory thing than a generic type resolution thing at that point.

Juergen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants