Class SimpleMultipartFileReader

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

public class SimpleMultipartFileReader
extends Object
implements MultipartFileReader<Object>
MultipartFileReader implementation that does not maintain metadata from the original MultipartFile instance. Instead this simply reads the file content directly as either a String or byte array depending on the Content-Type.
Since:
2.0
Author:
Mark Fisher, Gary Russell