|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageBodyReader<T>
Method Summary | |
---|---|
boolean |
isReadable(Class<?> rawType,
Type genericType,
Annotation[] annotations,
MediaType mediaType)
|
T |
readFrom(Class<T> rawType,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
|
Method Detail |
---|
boolean isReadable(Class<?> rawType, Type genericType, Annotation[] annotations, MediaType mediaType)
T readFrom(Class<T> rawType, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |