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