public class IFormFile extends Object
| Constructor and Description |
|---|
IFormFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContentDisposition()
Get contentDisposition
|
String |
getContentType()
Get contentType
|
String |
getFileName()
Get fileName
|
Map<String,List<String>> |
getHeaders()
Get headers
|
Long |
getLength()
Get length
|
String |
getName()
Get name
|
int |
hashCode() |
String |
toString() |
public String getContentType()
public String getContentDisposition()
public Long getLength()
public String getName()
public String getFileName()
Copyright © 2018. All rights reserved.