Uses of Interface
org.springframework.integration.http.multipart.MultipartFileReader
Package
Description
Provides classes supporting message conversion.
Provides classes supporting multipart HTTP requests.
-
Uses of MultipartFileReader in org.springframework.integration.http.converter
Modifier and TypeMethodDescriptionvoid
MultipartAwareFormHttpMessageConverter.setMultipartFileReader
(MultipartFileReader<?> multipartFileReader) Specify theMultipartFileReader
to use when readingMultipartFile
content. -
Uses of MultipartFileReader in org.springframework.integration.http.multipart
Modifier and TypeClassDescriptionclass
MultipartFileReader
implementation that reads theMultipartFile
content directly into a newMultipartFile
instance that is not restricted to the HTTP request scope.class
MultipartFileReader
implementation that copies the MultipartFile's content to a new temporary File in the specified directory.class
MultipartFileReader
implementation that does not maintain metadata from the originalMultipartFile
instance.