インターフェースの使用
org.springframework.boot.webmvc.error.ErrorAttributes
ErrorAttributes を使用するパッケージ
org.springframework.boot.webmvc.autoconfigure.actuate.web 内の ErrorAttributes 使用
型 ErrorAttributes のパラメーターを持つ org.springframework.boot.webmvc.autoconfigure.actuate.web のコンストラクター修飾子コンストラクター説明ManagementErrorEndpoint(ErrorAttributes errorAttributes, ErrorProperties errorProperties) org.springframework.boot.webmvc.autoconfigure.error 内の ErrorAttributes 使用
型 ErrorAttributes のパラメーターを持つ org.springframework.boot.webmvc.autoconfigure.error のコンストラクター修飾子コンストラクター説明AbstractErrorController(ErrorAttributes errorAttributes) AbstractErrorController(ErrorAttributes errorAttributes, @Nullable ListSE<ErrorViewResolver> errorViewResolvers) BasicErrorController(ErrorAttributes errorAttributes, ErrorProperties errorProperties) 新しいBasicErrorControllerインスタンスを作成します。BasicErrorController(ErrorAttributes errorAttributes, ErrorProperties errorProperties, ListSE<ErrorViewResolver> errorViewResolvers) 新しいBasicErrorControllerインスタンスを作成します。org.springframework.boot.webmvc.error 内の ErrorAttributes 使用
ErrorAttributes を実装している org.springframework.boot.webmvc.error のクラス