| Constructor and Description |
|---|
FormReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
String |
readAsString(InputStream in) |
HashMap<String,String> |
readFrom(Class<HashMap<String,String>> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> headers,
InputStream in) |
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
public HashMap<String,String> readFrom(Class<HashMap<String,String>> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream in) throws IOException
readFrom in interface javax.ws.rs.ext.MessageBodyReader<HashMap<String,String>>IOExceptionpublic final String readAsString(InputStream in) throws IOException
IOExceptionCopyright © 2019. All rights reserved.