Class DefaultMultipartFileReader

java.lang.Object
org.springframework.integration.http.multipart.DefaultMultipartFileReader
All Implemented Interfaces:
MultipartFileReader<MultipartFile>

public class DefaultMultipartFileReader extends Object implements MultipartFileReader<MultipartFile>
MultipartFileReader implementation that reads the MultipartFile content directly into a new MultipartFile instance that is not restricted to the HTTP request scope.
Since:
2.0
Author:
Mark Fisher