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, e.g. annotated controller vs simple WebHandler,
 including the handling of handler result values, e.g. @ResponseBody, view
 resolution, and so on.
- 
ClassesClassDescriptionBase class forHandlerResultHandlerwith support for content negotiation and access to aReactiveAdapterregistry.