接口的使用
org.springframework.http.codec.multipart.Part
使用Part的程序包 程序包 说明 org.springframework.http.codec.multipart Multipart support.org.springframework.mock.web.reactive.function.server Mock objects for the functional web framework.org.springframework.web.reactive.function Provides a foundation for both the reactive client and server subpackages.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.org.springframework.web.server Core interfaces and classes for Spring's generic, reactive web support.org.springframework.web.server.adapter Implementations to adapt to the underlyingorg.springframework.http.client.reactivereactive HTTP adapter andHttpHandler.org.springframework.http.codec.multipart中Part的使用
org.springframework.http.codec.multipart中Part的子接口 修饰符和类型 接口 说明 interfaceFilePartSpecialization ofPartthat represents an uploaded file received in a multipart request.interfaceFormFieldPartSpecialization ofPartfor a form field.返回变量类型为Part的类型的org.springframework.http.codec.multipart中的方法 修饰符和类型 方法 说明 HttpMessageReader<Part>MultipartHttpMessageReader. getPartReader()Return the configured parts reader.reactor.core.publisher.Flux<MultiValueMap<String,Part>>MultipartHttpMessageReader. read(ResolvableType elementType, ReactiveHttpInputMessage message, Map<String,Object> hints)reactor.core.publisher.Flux<Part>SynchronossPartHttpMessageReader. read(ResolvableType elementType, ReactiveHttpInputMessage message, Map<String,Object> hints)reactor.core.publisher.Mono<MultiValueMap<String,Part>>MultipartHttpMessageReader. readMono(ResolvableType elementType, ReactiveHttpInputMessage inputMessage, Map<String,Object> hints)reactor.core.publisher.Mono<Part>SynchronossPartHttpMessageReader. readMono(ResolvableType elementType, ReactiveHttpInputMessage message, Map<String,Object> hints)类型变量类型为Part的org.springframework.http.codec.multipart中的构造器参数 构造器 说明 MultipartHttpMessageReader(HttpMessageReader<Part> partReader)org.springframework.mock.web.reactive.function.server中Part的使用
返回变量类型为Part的类型的org.springframework.mock.web.reactive.function.server中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<MultiValueMap<String,Part>>MockServerRequest. multipartData()org.springframework.web.reactive.function中Part的使用
返回变量类型为Part的类型的org.springframework.web.reactive.function中的方法 修饰符和类型 方法 说明 static BodyExtractor<reactor.core.publisher.Mono<MultiValueMap<String,Part>>,ServerHttpRequest>BodyExtractors. toMultipartData()Extractor to read multipart data into aMultiValueMap<String, Part>.static BodyExtractor<reactor.core.publisher.Flux<Part>,ServerHttpRequest>BodyExtractors. toParts()Extractor to read multipart data intoFlux<Part>.org.springframework.web.reactive.function.server中Part的使用
返回变量类型为Part的类型的org.springframework.web.reactive.function.server中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<MultiValueMap<String,Part>>ServerRequest. multipartData()Get the parts of a multipart request if the Content-Type is"multipart/form-data"or an empty map otherwise.org.springframework.web.reactive.function.server.support中Part的使用
返回变量类型为Part的类型的org.springframework.web.reactive.function.server.support中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<MultiValueMap<String,Part>>ServerRequestWrapper. multipartData()org.springframework.web.server中Part的使用
返回变量类型为Part的类型的org.springframework.web.server中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<MultiValueMap<String,Part>>ServerWebExchange. getMultipartData()Return the parts of a multipart request if the Content-Type is"multipart/form-data"or an empty map otherwise.reactor.core.publisher.Mono<MultiValueMap<String,Part>>ServerWebExchangeDecorator. getMultipartData()org.springframework.web.server.adapter中Part的使用
返回变量类型为Part的类型的org.springframework.web.server.adapter中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<MultiValueMap<String,Part>>DefaultServerWebExchange. getMultipartData()