Uses of Interface
org.springframework.boot.webflux.error.ErrorAttributes
Packages that use ErrorAttributes
Package
Description
Auto-configuration for Spring WebFlux error handling.
Spring WebFlux error handling infrastructure.
-
Uses of ErrorAttributes in org.springframework.boot.webflux.autoconfigure.error
Methods in org.springframework.boot.webflux.autoconfigure.error with parameters of type ErrorAttributesModifier and TypeMethodDescriptionprotected abstract RouterFunction<ServerResponse> AbstractErrorWebExceptionHandler.getRoutingFunction(ErrorAttributes errorAttributes) Create aRouterFunctionthat can route and handle errors as JSON responses or HTML views.protected RouterFunction<ServerResponse> DefaultErrorWebExceptionHandler.getRoutingFunction(ErrorAttributes errorAttributes) Constructors in org.springframework.boot.webflux.autoconfigure.error with parameters of type ErrorAttributesModifierConstructorDescriptionAbstractErrorWebExceptionHandler(ErrorAttributes errorAttributes, WebProperties.Resources resources, ApplicationContext applicationContext) Create a newAbstractErrorWebExceptionHandler.DefaultErrorWebExceptionHandler(ErrorAttributes errorAttributes, WebProperties.Resources resources, ErrorProperties errorProperties, ApplicationContext applicationContext) Create a newDefaultErrorWebExceptionHandlerinstance. -
Uses of ErrorAttributes in org.springframework.boot.webflux.error
Classes in org.springframework.boot.webflux.error that implement ErrorAttributes