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