public class MultipartRequestBody extends ForestRequestBody
ForestRequestBody.BodyType| 构造器和说明 |
|---|
MultipartRequestBody(org.springframework.web.multipart.MultipartFile multipartFile) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getByteArray() |
org.springframework.web.multipart.MultipartFile |
getMultipartFile() |
void |
setMultipartFile(org.springframework.web.multipart.MultipartFile multipartFile) |
getDefaultValue, setDefaultValuepublic MultipartRequestBody(org.springframework.web.multipart.MultipartFile multipartFile)
public org.springframework.web.multipart.MultipartFile getMultipartFile()
public void setMultipartFile(org.springframework.web.multipart.MultipartFile multipartFile)
public byte[] getByteArray()
getByteArray 在类中 ForestRequestBodyCopyright © 2021. All rights reserved.