Package | Description |
---|---|
org.springframework.web.reactive.handler |
Provides HandlerMapping implementations including abstract base classes.
|
Modifier and Type | Class and Description |
---|---|
class |
WebFluxResponseStatusExceptionHandler
Common WebFlux exception handler that detects instances of
ResponseStatusException
(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. |