Package | Description |
---|---|
org.springframework.integration.http.converter |
Provides classes supporting message conversion.
|
org.springframework.integration.http.multipart |
Provides classes supporting multipart HTTP requests.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartAwareFormHttpMessageConverter.setMultipartFileReader(MultipartFileReader<?> multipartFileReader)
Specify the
MultipartFileReader to use when reading MultipartFile content. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMultipartFileReader
MultipartFileReader implementation that reads the MultipartFile
content directly into a new MultipartFile instance that is not restricted
to the HTTP request scope. |
class |
FileCopyingMultipartFileReader
MultipartFileReader implementation that copies the MulitpartFile's
content to a new temporary File in the specified directory. |
class |
SimpleMultipartFileReader
MultipartFileReader implementation that does not maintain metadata from
the original MultipartFile instance. |
Copyright © 2017. All rights reserved.