@Provider public class MultipartFormMessageBodyReader extends Object implements javax.ws.rs.ext.MessageBodyReader<MultipartForm>
| Constructor and Description |
|---|
MultipartFormMessageBodyReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
MultipartForm |
readFrom(Class<MultipartForm> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isReadable in interface javax.ws.rs.ext.MessageBodyReader<MultipartForm>public MultipartForm readFrom(Class<MultipartForm> 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<MultipartForm>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2017 Atlassian. All rights reserved.