类 RequestPartMethodArgumentResolver

  • 所有已实现的接口:
    HandlerMethodArgumentResolver

    public class RequestPartMethodArgumentResolver
    extends AbstractMessageReaderArgumentResolver
    Resolver for @RequestPart arguments where the named part is decoded much like an @RequestBody argument but based on the content of an individual part instead. The arguments may be wrapped with a reactive type for a single value (e.g. Reactor Mono, RxJava Single).

    This resolver also supports arguments of type Part which may be wrapped with are reactive type for a single or multiple values.

    从以下版本开始:
    5.0
    作者:
    Rossen Stoyanchev