public class MuipartFileToAttachmentConverter extends java.lang.Object implements org.springframework.core.convert.converter.Converter<org.springframework.web.multipart.MultipartFile,Attachment>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REQUEST_FILES |
| Constructor and Description |
|---|
MuipartFileToAttachmentConverter(MultipartProperties multipartProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanFile()
清除上传的文件
|
Attachment |
convert(org.springframework.web.multipart.MultipartFile source) |
public static final java.lang.String REQUEST_FILES
public MuipartFileToAttachmentConverter(MultipartProperties multipartProperties)
public Attachment convert(org.springframework.web.multipart.MultipartFile source)
convert in interface org.springframework.core.convert.converter.Converter<org.springframework.web.multipart.MultipartFile,Attachment>public void cleanFile()