アノテーションインターフェースの使用
org.springframework.web.bind.annotation.RequestPart
RequestPart を使用するパッケージ
パッケージ
説明
アノテーションベースのハンドラーメソッド処理のクラスをサポートします。
アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。
org.springframework.web.method.annotation 内の RequestPart 使用
型 RequestPart のパラメーターを持つ org.springframework.web.method.annotation のメソッド修飾子と型メソッド説明void
HandlerMethodValidationException.Visitor.requestPart
(RequestPart requestPart, ParameterErrors errors) @RequestPart
メソッドパラメーターの結果を処理します。org.springframework.web.reactive.result.method.annotation 内の RequestPart 使用
型 RequestPart のパラメーターを持つ org.springframework.web.reactive.result.method.annotation のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<Part>
RequestPartMethodArgumentResolver.getPartValues
(MethodParameter parameter, RequestPart requestPart, boolean isRequired, ServerWebExchange exchange)