-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Provide a way to modify RequestMappingInfo conditions #26428
Comments
Relates to #26415 |
|
We probably need some input from @odrotbohm. Currently the system looks quite flexible, it takes the
That might be an option, but there's currently no builder methods that take the |
There is an issue in the referenced code since the |
Unfortunately the Either that, or we need to change the |
I have a fix ready that customizes the |
Spring Data Rest needs to take a
RequestMappingInfo
and modify the produces condition. It's currently not possible to do this because the required constructor isprivate
.I think that constructor either needs to be
public
, or we need somewith...
methods that return new instances with updated values (similar toaddCustomCondition
.The text was updated successfully, but these errors were encountered: