Uses of Interface
org.springframework.http.codec.multipart.Part
Packages that use Part Package Description 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.Uses of Part in org.springframework.http.codec.multipart
Subinterfaces of Part in org.springframework.http.codec.multipart Modifier and Type Interface Description interfaceFilePartSpecialization ofPartthat represents an uploaded file received in a multipart request.interfaceFormFieldPartSpecialization ofPartfor a form field.Methods in org.springframework.http.codec.multipart that return types with arguments of type Part Modifier and Type Method Description 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)Constructor parameters in org.springframework.http.codec.multipart with type arguments of type Part Constructor Description MultipartHttpMessageReader(HttpMessageReader<Part> partReader)Uses of Part in org.springframework.mock.web.reactive.function.server
Methods in org.springframework.mock.web.reactive.function.server that return types with arguments of type Part Modifier and Type Method Description reactor.core.publisher.Mono<MultiValueMap<String,Part>>MockServerRequest. multipartData()Uses of Part in org.springframework.web.reactive.function
Methods in org.springframework.web.reactive.function that return types with arguments of type Part Modifier and Type Method Description 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>.Uses of Part in org.springframework.web.reactive.function.server
Methods in org.springframework.web.reactive.function.server that return types with arguments of type Part Modifier and Type Method Description 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.Uses of Part in org.springframework.web.reactive.function.server.support
Methods in org.springframework.web.reactive.function.server.support that return types with arguments of type Part Modifier and Type Method Description reactor.core.publisher.Mono<MultiValueMap<String,Part>>ServerRequestWrapper. multipartData()Uses of Part in org.springframework.web.server
Methods in org.springframework.web.server that return types with arguments of type Part Modifier and Type Method Description 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()Uses of Part in org.springframework.web.server.adapter
Methods in org.springframework.web.server.adapter that return types with arguments of type Part Modifier and Type Method Description reactor.core.publisher.Mono<MultiValueMap<String,Part>>DefaultServerWebExchange. getMultipartData()