Uses of Interface
javax.ws.rs.ext.MessageBodyReader

Packages that use MessageBodyReader
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Uses of MessageBodyReader in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return types with arguments of type MessageBodyReader
<T> java.util.List<MessageBodyReader<T>>
MessageBodyWorkers.getMessageBodyReaders(MediaType mediaType, java.lang.Class<T> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)
          Get a list of message body readers that match a set of criteria.