public class MultipartFormData extends Object
 Provides access to the form parts via getNamedPart(String).
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MultipartFormData.FormPartDto representing a part in a multipart form. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,MultipartFormData.FormPart> | formParts | 
| Constructor and Description | 
|---|
| MultipartFormData() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addPart(MultipartFormData.FormPart formPart) | 
| MultipartFormData.FormPart | getNamedPart(String name) | 
| Set<String> | getPartNames() | 
protected Map<String,MultipartFormData.FormPart> formParts
public void addPart(MultipartFormData.FormPart formPart)
public MultipartFormData.FormPart getNamedPart(String name)
Copyright © 2018. All rights reserved.