spring-framework / org.springframework.web.reactive.result.method.annotation / ModelAttributeMethodArgumentResolver / <init>

<init>

ModelAttributeMethodArgumentResolver(adapterRegistry: ReactiveAdapterRegistry, useDefaultResolution: Boolean)

Class constructor with a default resolution mode flag.

Parameters

adapterRegistry - for adapting to other reactive types from and to Mono

useDefaultResolution - if "true", non-simple method arguments and return values are considered model attributes with or without a @ModelAttribute annotation present.