クラスの使用
org.springframework.beans.ConversionNotSupportedException
ConversionNotSupportedException を使用するパッケージ
パッケージ
説明
アノテーションベースのハンドラーメソッド処理のクラスをサポートします。
org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。MVC コントローラーのサポートパッケージ。
org.springframework.web.method.annotation 内の ConversionNotSupportedException 使用
修飾子と型クラス説明classメソッド引数の解決中に ConversionNotSupportedException が発生しました。org.springframework.web.servlet.mvc.method.annotation 内の ConversionNotSupportedException 使用
型 ConversionNotSupportedException のパラメーターを持つ org.springframework.web.servlet.mvc.method.annotation のメソッド修飾子と型メソッド説明protected @Nullable ResponseEntity<ObjectSE> ResponseEntityExceptionHandler.handleConversionNotSupported(ConversionNotSupportedException ex, HttpHeaders headers, HttpStatusCode status, WebRequest request) ConversionNotSupportedExceptionの処理をカスタマイズします。org.springframework.web.servlet.mvc.support 内の ConversionNotSupportedException 使用
型 ConversionNotSupportedException のパラメーターを持つ org.springframework.web.servlet.mvc.support のメソッド修飾子と型メソッド説明protected ModelAndViewDefaultHandlerExceptionResolver.handleConversionNotSupported(ConversionNotSupportedException ex, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, @Nullable ObjectSE handler) WebDataBinder変換が発生しないケースを処理します。