spring-framework / org.springframework.web.method.annotation / ModelMethodProcessor / <init>

<init>

ModelMethodProcessor()

Resolves Model arguments and handles Model return values.

A Model return type has a set purpose. Therefore this handler should be configured ahead of handlers that support any return value type annotated with @ModelAttribute or @ResponseBody to ensure they don't take over.

Author
Rossen Stoyanchev

Since
3.1