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 MessageBodyReader
<T> MessageBodyReader<T>
MessageBodyWorkers.getMessageBodyReader(java.lang.Class<T> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
          Get a message body reader that matches a set of criteria.
 



Copyright © 2008. All Rights Reserved.