| Constructor and Description |
|---|
UserEventReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt) |
UserEvent |
readFrom(Class<UserEvent> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,String> mm,
InputStream in) |
public boolean isReadable(Class<?> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt)
isReadable in interface javax.ws.rs.ext.MessageBodyReader<UserEvent>public UserEvent readFrom(Class<UserEvent> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,String> mm, InputStream in) throws IOException, javax.ws.rs.WebApplicationException
readFrom in interface javax.ws.rs.ext.MessageBodyReader<UserEvent>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2019. All rights reserved.