Interface MultipartFormDataInput
-
- All Known Implementing Classes:
MultipartFormDataInput.Empty
public interface MultipartFormDataInputUsed when a Resource method needs to read all the parts of a multipart input without apriori knowledge of the structure of the requests
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMultipartFormDataInput.Empty
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Collection<FormValue>>getValues()
-
-
-
Method Detail
-
getValues
Map<String,Collection<FormValue>> getValues()
-
-