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.
- 
ClassesClassDescriptionBase class forHandlerResultHandlerwith support for content negotiation and access to aReactiveAdapterregistry.