-
Notifications
You must be signed in to change notification settings - Fork 320
Support custom argument resolvers for @SchemaMapping
methods
#325
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
Support custom argument resolvers for @SchemaMapping
methods
#325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part seems to duplicate
this.validator = HandlerMethodInputValidatorFactory.create(obtainApplicationContext()); | ||
} | ||
|
||
if (beanValidationPresent) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part seems to duplicate
@SchemaMapping
methods
Will this be merged eventually? |
This is now scheduled for 1.2. However, as the code base has evolved a bit, and I plan to have a look at opportunities for polishing and refactoring related to argument resolvers, I'll close this. Thanks for the pull request in any case @dugenkui03! |
This is now superseded by #603 if interested to subscribe. |
This PR supports custom HandlerMethodArgumentResolver. #259
The implementation refers to spring-framework: mvc/method/annotation/RequestMappingHandlerAdapter.java