Skip to content

Provide a way to modify RequestMappingInfo conditions #26428

@philwebb

Description

@philwebb

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 is private.

I think that constructor either needs to be public, or we need some with... methods that return new instances with updated values (similar to addCustomCondition.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions