クラスの使用
org.springframework.web.server.ServerWebInputException
ServerWebInputException を使用するパッケージ
パッケージ
説明
Web データバインディングのサポートクラス。
アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。
Spring の一般的なリアクティブ Web サポートのコアインターフェースとクラス。
org.springframework.web.bind.support 内の ServerWebInputException 使用
org.springframework.web.reactive.result.method.annotation 内の ServerWebInputException 使用
型 ServerWebInputException のパラメーターを持つ org.springframework.web.reactive.result.method.annotation のメソッド修飾子と型メソッド説明protected reactor.core.publisher.Mono<ResponseEntity<ObjectSE>>ResponseEntityExceptionHandler.handleServerWebInputException(ServerWebInputException ex, HttpHeaders headers, HttpStatusCode status, ServerWebExchange exchange) ServerWebInputExceptionの処理をカスタマイズします。修飾子と型メソッド説明protected voidMatrixVariableMethodArgumentResolver.handleMissingValue(StringSE name, MethodParameter parameter) org.springframework.web.server 内の ServerWebInputException 使用
修飾子と型クラス説明classリクエストヘッダー、Cookie 値、クエリパラメーターなどのリクエスト値の欠落を示すServerWebInputExceptionサブクラス。class通常、@Controller型レベルで@RequestMappingアノテーションを使用して表現される、満たされていないパラメーター条件を示すServerWebInputExceptionサブクラス。