Package org.springframework.web.reactive.handler
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.handler
Provides HandlerMapping implementations including abstract base classes.
-
ClassDescriptionAbstract base class for
HandlerMapping
implementations.Abstract base class for URL-mappedHandlerMapping
implementations.Implementation of theHandlerMapping
interface to map from URLs to request handler beans.Common WebFlux exception handler that detects instances ofResponseStatusException
(inherited from the base class) as well as exceptions annotated with@ResponseStatus
by determining the HTTP status for them and updating the status of the response accordingly.