Uses of Interface
org.springframework.http.codec.multipart.Part
Packages that use Part
Package
Description
Multipart support.
Core interfaces and classes for Spring's generic, reactive web support.
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler.-
Uses of Part in org.springframework.http.codec.multipart
Subinterfaces of Part in org.springframework.http.codec.multipartModifier and TypeInterfaceDescriptioninterfaceSpecialization ofPartthat represents an uploaded file received in a multipart request.interfaceSpecialization ofPartfor a form field.Methods in org.springframework.http.codec.multipart that return types with arguments of type PartModifier and TypeMethodDescriptionMultipartHttpMessageReader.getPartReader()Return the configured parts reader.reactor.core.publisher.Flux<Part>DefaultPartHttpMessageReader.read(org.springframework.core.ResolvableType elementType, ReactiveHttpInputMessage message, Map<String, Object> hints) MultipartHttpMessageReader.read(org.springframework.core.ResolvableType elementType, ReactiveHttpInputMessage message, Map<String, Object> hints) reactor.core.publisher.Mono<Part>DefaultPartHttpMessageReader.readMono(org.springframework.core.ResolvableType elementType, ReactiveHttpInputMessage message, Map<String, Object> hints) MultipartHttpMessageReader.readMono(org.springframework.core.ResolvableType elementType, ReactiveHttpInputMessage inputMessage, Map<String, Object> hints) Method parameters in org.springframework.http.codec.multipart with type arguments of type PartModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>PartHttpMessageWriter.write(Publisher<? extends Part> parts, org.springframework.core.ResolvableType elementType, MediaType mediaType, ReactiveHttpOutputMessage outputMessage, Map<String, Object> hints) Constructor parameters in org.springframework.http.codec.multipart with type arguments of type Part -
Uses of Part in org.springframework.web.server
Methods in org.springframework.web.server that return types with arguments of type PartModifier and TypeMethodDescriptionServerWebExchange.getMultipartData()Return the parts of a multipart request if the Content-Type is"multipart/form-data"or an empty map otherwise.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