Uses of Annotation Interface
jakarta.ws.rs.Produces
Packages that use Produces
Package
Description
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
-
Uses of Produces in com.fasterxml.jackson.jakarta.rs.json
Classes in com.fasterxml.jackson.jakarta.rs.json with annotations of type ProducesModifier and TypeClassDescriptionclassBasic implementation of Jakarta-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).classJSON content type provider automatically configured to use both Jackson and Jakarta XmlBind annotations (in that order of priority). -
Uses of Produces in org.apache.cxf.sts.rest
Methods in org.apache.cxf.sts.rest with annotations of type ProducesModifier and TypeMethodDescriptionRESTSecurityTokenService.getJSONToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo) RESTSecurityTokenService.getKeyExchangeToken(RequestSecurityTokenType request) RESTSecurityTokenService.getPlainToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo) RESTSecurityTokenService.getToken(RESTSecurityTokenService.Action action, RequestSecurityTokenType request) RESTSecurityTokenService.getXMLToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo, boolean wstrustResponse) RESTSecurityTokenService.removeToken(RequestSecurityTokenType request) Same asRESTSecurityTokenService.getToken(Action, RequestSecurityTokenType)with 'cancel' action. -
Uses of Produces in org.jboss.resteasy.plugins.providers
Classes in org.jboss.resteasy.plugins.providers with annotations of type ProducesModifier and TypeClassDescriptionclassclassclassclassclassclassclassProvider that reads and writes org.w3c.dom.Document.classclassclassclassclassclassclassclassclassclassclass -
Uses of Produces in org.jboss.resteasy.plugins.providers.atom
Classes in org.jboss.resteasy.plugins.providers.atom with annotations of type Produces -
Uses of Produces in org.jboss.resteasy.plugins.providers.jackson
Classes in org.jboss.resteasy.plugins.providers.jackson with annotations of type ProducesModifier and TypeClassDescriptionclassOnly different from Jackson one is *+json in @Produces/@Consumes -
Uses of Produces in org.jboss.resteasy.plugins.providers.jaxb
Classes in org.jboss.resteasy.plugins.providers.jaxb with annotations of type ProducesModifier and TypeClassDescriptionclassclassA JAXB Provider which handles parameter and return types ofJAXBElement.classA JAXBXmlRootElementProvider.classA JAXBXmlRootElementProvider.classA JAXB entity provider that handles classes withoutXmlRootElementannotation.classclass -
Uses of Produces in org.jboss.resteasy.plugins.providers.jsonp
Classes in org.jboss.resteasy.plugins.providers.jsonp with annotations of type ProducesModifier and TypeClassDescriptionclassclassclassclass -
Uses of Produces in org.jboss.resteasy.plugins.providers.multipart
Classes in org.jboss.resteasy.plugins.providers.multipart with annotations of type ProducesModifier and TypeClassDescriptionclassclassclassA provider to handle multipart representations.classclassclassclassTheMessageBodyWriterimplementation to serializeMultipartRelatedOutputobjects.classclassThis provider is for writing xop packages packed as multipart/related. -
Uses of Produces in org.jboss.resteasy.plugins.providers.sse
Classes in org.jboss.resteasy.plugins.providers.sse with annotations of type Produces