Constructor and Description |
---|
Prioritized2000MessageBodyReader() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
jakarta.ws.rs.core.MediaType mediaType) |
String |
readFrom(Class<String> type,
Type genericType,
Annotation[] annotations,
jakarta.ws.rs.core.MediaType mediaType,
jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
isReadable
in interface jakarta.ws.rs.ext.MessageBodyReader<String>
public String readFrom(Class<String> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException
readFrom
in interface jakarta.ws.rs.ext.MessageBodyReader<String>
IOException
jakarta.ws.rs.WebApplicationException
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.