public interface MultipartFormDataInput extends MultipartInput
Modifier and Type | Method and Description |
---|---|
Map<String,List<InputPart>> |
getFormDataMap() |
<T> T |
getFormDataPart(String key,
Class<T> rawType,
Type genericType) |
<T> T |
getFormDataPart(String key,
javax.ws.rs.core.GenericType<T> type) |
close, getParts, getPreamble
Map<String,List<InputPart>> getFormDataMap()
<T> T getFormDataPart(String key, Class<T> rawType, Type genericType) throws IOException
IOException
<T> T getFormDataPart(String key, javax.ws.rs.core.GenericType<T> type) throws IOException
IOException
Copyright © 2020 JBoss by Red Hat. All rights reserved.