Uses of Interface
jakarta.ws.rs.ext.MessageBodyWriter
Package | Description |
---|---|
jakarta.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
-
Uses of MessageBodyWriter in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return MessageBodyWriter Modifier and Type Method Description <T> MessageBodyWriter<T>
Providers. getMessageBodyWriter(Class<T> type, Type genericType, Annotation[] annotations, MediaType mediaType)
Get a message body writer that matches a set of criteria.