Package org.springframework.web.reactive.result
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.result
Support for various programming model styles including the invocation of
different types of handlers like an annotated controller or a simple
WebHandler
. Includes the handling of handler result values —
for example, @ResponseBody
, view resolution, and so on.-
ClassDescriptionBase class for
HandlerResultHandler
with support for content negotiation and access to aReactiveAdapter
registry.