Interface ClientMessageBodyReader<T>
- All Superinterfaces:
jakarta.ws.rs.ext.MessageBodyReader<T>
public interface ClientMessageBodyReader<T>
extends jakarta.ws.rs.ext.MessageBodyReader<T>
-
Method Summary
Modifier and TypeMethodDescriptionreadFrom(Class<T> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream, RestClientRequestContext context) Methods inherited from interface jakarta.ws.rs.ext.MessageBodyReader
isReadable, readFrom
-
Method Details
-
readFrom
T readFrom(Class<T> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream, RestClientRequestContext context) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-