Uses of Annotation Interface
org.springframework.web.bind.annotation.RequestPart
Package
Description
Support classes for annotation-based handler method processing.
Infrastructure for annotation-based handler method processing.
-
Uses of RequestPart in org.springframework.web.method.annotation
Modifier and TypeMethodDescriptionvoid
HandlerMethodValidationException.Visitor.requestPart
(RequestPart requestPart, ParameterErrors errors) Handle results for@RequestPart
method parameters. -
Uses of RequestPart in org.springframework.web.reactive.result.method.annotation
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<Part>
RequestPartMethodArgumentResolver.getPartValues
(MethodParameter parameter, RequestPart requestPart, boolean isRequired, ServerWebExchange exchange)