クラスの使用
org.springframework.boot.autoconfigure.web.ErrorProperties
ErrorProperties を使用するパッケージ
パッケージ
説明
アクチュエーター Spring MVC 対応。
一般的な Web の問題に対する自動構成。
Spring WebFlux エラー処理の自動構成。
Spring MVC エラー処理の自動構成。
org.springframework.boot.actuate.autoconfigure.web.servlet 内の ErrorProperties 使用
型 ErrorProperties のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.web.servlet のコンストラクター修飾子コンストラクター説明ManagementErrorEndpoint(ErrorAttributes errorAttributes, ErrorProperties errorProperties) org.springframework.boot.autoconfigure.web 内の ErrorProperties 使用
org.springframework.boot.autoconfigure.web.reactive.error 内の ErrorProperties 使用
型 ErrorProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.reactive.error のコンストラクター修飾子コンストラクター説明DefaultErrorWebExceptionHandler(ErrorAttributes errorAttributes, WebProperties.Resources resources, ErrorProperties errorProperties, ApplicationContext applicationContext) 新しいDefaultErrorWebExceptionHandlerインスタンスを作成します。org.springframework.boot.autoconfigure.web.servlet.error 内の ErrorProperties 使用
修飾子と型メソッド説明protected ErrorPropertiesBasicErrorController.getErrorProperties()エラープロパティへのアクセスを提供します。型 ErrorProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.servlet.error のコンストラクター修飾子コンストラクター説明BasicErrorController(ErrorAttributes errorAttributes, ErrorProperties errorProperties) 新しいBasicErrorControllerインスタンスを作成します。BasicErrorController(ErrorAttributes errorAttributes, ErrorProperties errorProperties, ListSE<ErrorViewResolver> errorViewResolvers) 新しいBasicErrorControllerインスタンスを作成します。