Uses of Annotation Interface
jakarta.ws.rs.Consumes
Packages that use Consumes
Package
Description
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
-
Uses of Consumes in com.fasterxml.jackson.jakarta.rs.json
Classes in com.fasterxml.jackson.jakarta.rs.json with annotations of type ConsumesModifier 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 Consumes in org.jboss.resteasy.plugins.providers
Classes in org.jboss.resteasy.plugins.providers with annotations of type ConsumesModifier and TypeClassDescriptionclassclassclassclassProvider that reads and writes org.w3c.dom.Document.classclassclassclassclassclassclassclassclassclass -
Uses of Consumes in org.jboss.resteasy.plugins.providers.atom
Classes in org.jboss.resteasy.plugins.providers.atom with annotations of type Consumes -
Uses of Consumes in org.jboss.resteasy.plugins.providers.jackson
Classes in org.jboss.resteasy.plugins.providers.jackson with annotations of type ConsumesModifier and TypeClassDescriptionclassOnly different from Jackson one is *+json in @Produces/@Consumes -
Uses of Consumes in org.jboss.resteasy.plugins.providers.jaxb
Classes in org.jboss.resteasy.plugins.providers.jaxb with annotations of type ConsumesModifier and TypeClassDescriptionclassclassA JAXB Provider which handles parameter and return types ofJAXBElement.classA JAXBXmlRootElementProvider.classA JAXBXmlRootElementProvider.classA JAXB entity provider that handles classes withoutXmlRootElementannotation.class -
Uses of Consumes in org.jboss.resteasy.plugins.providers.jsonp
Classes in org.jboss.resteasy.plugins.providers.jsonp with annotations of type ConsumesModifier and TypeClassDescriptionclassclassclassclass -
Uses of Consumes in org.jboss.resteasy.plugins.providers.multipart
Classes in org.jboss.resteasy.plugins.providers.multipart with annotations of type ConsumesModifier and TypeClassDescriptionclassclassclassA provider to handle multipart representations.classclassclassclassclassTheMessageBodyReaderimplementation to deserializeMultipartRelatedInputobjects.classThis provider is for reading xop packages packed as multipart/related. -
Uses of Consumes in org.jboss.resteasy.plugins.providers.sse
Classes in org.jboss.resteasy.plugins.providers.sse with annotations of type Consumes