Uses of Interface
jakarta.ws.rs.ext.MessageBodyReader
-
Packages that use MessageBodyReader Package Description jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. -
-
Uses of MessageBodyReader in jakarta.ws.rs.ext
Methods in jakarta.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.
-