インターフェースの使用
org.springframework.boot.webflux.error.ErrorAttributes
ErrorAttributes を使用するパッケージ
org.springframework.boot.webflux.autoconfigure.error 内の ErrorAttributes 使用
型 ErrorAttributes のパラメーターを持つ org.springframework.boot.webflux.autoconfigure.error のメソッド修飾子と型メソッド説明protected abstract RouterFunction<ServerResponse> AbstractErrorWebExceptionHandler.getRoutingFunction(ErrorAttributes errorAttributes) JSON レスポンスまたは HTML ビューとしてエラーをルーティングおよび処理できるRouterFunctionを作成します。protected RouterFunction<ServerResponse> DefaultErrorWebExceptionHandler.getRoutingFunction(ErrorAttributes errorAttributes) 型 ErrorAttributes のパラメーターを持つ org.springframework.boot.webflux.autoconfigure.error のコンストラクター修飾子コンストラクター説明AbstractErrorWebExceptionHandler(ErrorAttributes errorAttributes, WebProperties.Resources resources, ApplicationContext applicationContext) 新しいAbstractErrorWebExceptionHandlerを作成します。DefaultErrorWebExceptionHandler(ErrorAttributes errorAttributes, WebProperties.Resources resources, ErrorProperties errorProperties, ApplicationContext applicationContext) 新しいDefaultErrorWebExceptionHandlerインスタンスを作成します。org.springframework.boot.webflux.error 内の ErrorAttributes 使用
ErrorAttributes を実装している org.springframework.boot.webflux.error のクラス