@Deprecated
public interface MessageBodyReaderContext
(https://jcp.org/en/jsr/detail?id=339)
Modifier and Type | Method and Description |
---|---|
java.lang.annotation.Annotation[] |
getAnnotations()
Deprecated.
|
java.lang.Object |
getAttribute(java.lang.String attribute)
Deprecated.
Allows you to pass values back and forth between interceptors
On the server side, this is the HttpRequest attributes, on the client side, this is the ClientRequest/ClientResponse
attributes.
|
java.lang.reflect.Type |
getGenericType()
Deprecated.
|
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> |
getHeaders()
Deprecated.
|
java.io.InputStream |
getInputStream()
Deprecated.
|
javax.ws.rs.core.MediaType |
getMediaType()
Deprecated.
|
java.lang.Class |
getType()
Deprecated.
|
java.lang.Object |
proceed()
Deprecated.
|
void |
removeAttribute(java.lang.String name)
Deprecated.
|
void |
setAnnotations(java.lang.annotation.Annotation[] annotations)
Deprecated.
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Deprecated.
|
void |
setGenericType(java.lang.reflect.Type genericType)
Deprecated.
|
void |
setInputStream(java.io.InputStream is)
Deprecated.
|
void |
setMediaType(javax.ws.rs.core.MediaType mediaType)
Deprecated.
|
void |
setType(java.lang.Class type)
Deprecated.
|
java.lang.Class getType()
void setType(java.lang.Class type)
java.lang.reflect.Type getGenericType()
void setGenericType(java.lang.reflect.Type genericType)
java.lang.annotation.Annotation[] getAnnotations()
void setAnnotations(java.lang.annotation.Annotation[] annotations)
javax.ws.rs.core.MediaType getMediaType()
void setMediaType(javax.ws.rs.core.MediaType mediaType)
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> getHeaders()
java.io.InputStream getInputStream()
void setInputStream(java.io.InputStream is)
java.lang.Object getAttribute(java.lang.String attribute)
void setAttribute(java.lang.String name, java.lang.Object value)
void removeAttribute(java.lang.String name)
java.lang.Object proceed() throws java.io.IOException, javax.ws.rs.WebApplicationException
java.io.IOException
javax.ws.rs.WebApplicationException