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.
-
ClassDescriptionBase class for
HandlerResultHandler
with support for content negotiation and access to aReactiveAdapter
registry.