Uses of Interface
javax.ws.rs.ext.MessageBodyReader
-
Packages that use MessageBodyReader Package Description javax.ws.rs.ext APIs that provide extensions to the types supported by the API. -
-
Uses of MessageBodyReader in javax.ws.rs.ext
Methods in javax.ws.rs.ext that return MessageBodyReader Modifier and Type Method Description <T> MessageBodyReader<T>
Providers. getMessageBodyReader(Class<T> type, Type genericType, Annotation[] annotations, MediaType mediaType)
Get a message body reader that matches a set of criteria.
-