Document that ModelMap
is not a supported argument type in WebFlux
#33107
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: documentation
A documentation task
Milestone
The Method Arguments documentation for WebFlux currently states that WebFlux controller methods can accept arguments of type
Map
,Model
, orModelMap
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.
The text was updated successfully, but these errors were encountered: