Interface MultipartFormDataInput
- All Superinterfaces:
MultipartInput
- All Known Implementing Classes:
MultipartFormDataInputImpl
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescription<T> T
getFormDataPart
(String key, jakarta.ws.rs.core.GenericType<T> type) <T> T
getFormDataPart
(String key, Class<T> rawType, Type genericType) Methods inherited from interface org.jboss.resteasy.plugins.providers.multipart.MultipartInput
close, getParts, getPreamble
-
Method Details
-
getFormDataMap
-
getFormDataPart
- Throws:
IOException
-
getFormDataPart
- Throws:
IOException
-