Skip to content

Document that ModelMap is not a supported argument type in WebFlux #33107

Closed
@sbrannen

Description

@sbrannen

The Method Arguments documentation for WebFlux currently states that WebFlux controller methods can accept arguments of type Map, Model, or ModelMap to access the model.

However, ModelMap is actually not supported and results in exception due to a type mismatch.

We should therefore update the documentation to reflect this.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions