| Constructor and Description |
|---|
MapMultipartFormDataMessageBodyReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
Map<String,InputItem> |
readFrom(Class<Map<String,InputItem>> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
public MapMultipartFormDataMessageBodyReader()
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
public Map<String,InputItem> readFrom(Class<Map<String,InputItem>> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
readFrom in interface javax.ws.rs.ext.MessageBodyReader<Map<String,InputItem>>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.