|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Consumes in com.restfully.shop.services |
---|
Classes in com.restfully.shop.services with annotations of type Consumes | |
---|---|
class |
JavaMarshaller
|
Methods in com.restfully.shop.services with annotations of type Consumes | |
---|---|
Response |
CustomerResource.createCustomer(Customer customer)
|
Response |
FirstLastCustomerResource.createCustomer(InputStream is)
|
Response |
OrderResource.createOrder(Order order,
UriInfo uriInfo)
|
Response |
ProductResource.createProduct(Product customer,
UriInfo uriInfo)
|
void |
CustomerResource.updateCustomer(int id,
Customer update)
|
void |
FirstLastCustomerResource.updateCustomer(String firstName,
String lastName,
InputStream is)
|
Uses of Consumes in org.jboss.resteasy.core |
---|
Fields in org.jboss.resteasy.core declared as Consumes | |
---|---|
protected Consumes |
ResourceMethod.methodConsumes
|
Uses of Consumes in org.jboss.resteasy.examples.asyncjob |
---|
Methods in org.jboss.resteasy.examples.asyncjob with annotations of type Consumes | |
---|---|
String |
MyResource.post(String content)
|
void |
MyResource.put(String content)
|
Uses of Consumes in org.jboss.resteasy.examples.oauth |
---|
Methods in org.jboss.resteasy.examples.oauth with annotations of type Consumes | |
---|---|
Response |
SubscriberReceiver.receiveMessage(String value)
|
Response |
MessageReceiver.receiveMessage(String value)
|
Response |
MessagingService.receiveMessages(String message)
|
Uses of Consumes in org.jboss.resteasy.examples.springmvc |
---|
Methods in org.jboss.resteasy.examples.springmvc with annotations of type Consumes | |
---|---|
org.springframework.web.servlet.ModelAndView |
ContactsResource.saveContactForm(Contact contact)
|
Uses of Consumes in org.jboss.resteasy.plugins.providers |
---|
Classes in org.jboss.resteasy.plugins.providers with annotations of type Consumes | |
---|---|
class |
ByteArrayProvider
|
class |
DataSourceProvider
|
class |
DefaultTextPlain
|
class |
DocumentProvider
Provider that reads and writes org.w3c.dom.Document |
class |
FileProvider
|
class |
FormUrlEncodedProvider
|
class |
IIOImageProvider
|
class |
InputStreamProvider
|
class |
StringTextStar
|
class |
YamlProvider
Provider for YAML <-> Object marshalling. |
Uses of Consumes in org.jboss.resteasy.plugins.providers.atom |
---|
Classes in org.jboss.resteasy.plugins.providers.atom with annotations of type Consumes | |
---|---|
class |
AbderaEntryProvider
|
class |
AbderaFeedProvider
|
class |
AtomEntryProvider
|
class |
AtomFeedProvider
|
Uses of Consumes in org.jboss.resteasy.plugins.providers.jackson |
---|
Classes in org.jboss.resteasy.plugins.providers.jackson with annotations of type Consumes | |
---|---|
class |
ResteasyJacksonProvider
Only 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 Consumes | |
---|---|
class |
CollectionProvider
|
class |
JAXBElementProvider
A JAXB Provider which handles parameter and return types of JAXBElement . |
class |
JAXBXmlRootElementProvider
A JAXBXmlRootElementProvider. |
class |
JAXBXmlSeeAlsoProvider
A JAXBXmlRootElementProvider. |
class |
JAXBXmlTypeProvider
A JAXB entity provider that handles classes without XmlRootElement annotation. |
class |
MapProvider
|
Uses of Consumes in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset |
---|
Classes in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset with annotations of type Consumes | |
---|---|
class |
FastinfoSetJAXBContextFinder
|
Uses of Consumes in org.jboss.resteasy.plugins.providers.jaxb.json |
---|
Classes in org.jboss.resteasy.plugins.providers.jaxb.json with annotations of type Consumes | |
---|---|
class |
JsonCollectionProvider
|
class |
JsonMapProvider
|
Uses of Consumes in org.jboss.resteasy.plugins.providers.multipart |
---|
Classes in org.jboss.resteasy.plugins.providers.multipart with annotations of type Consumes | |
---|---|
class |
ListMultipartReader
|
class |
MapMultipartFormDataReader
|
class |
MimeMultipartProvider
A provider to handle multipart representations. |
class |
MultipartFormAnnotationReader
|
class |
MultipartFormDataReader
|
class |
MultipartReader
|
class |
MultipartRelatedReader
The MessageBodyReader implementation to deserialize
MultipartRelatedInput objects. |
class |
XopWithMultipartRelatedReader
This provider is for reading xop packages packed as multipart/related. |
Uses of Consumes in org.jboss.resteasy.test.application |
---|
Methods in org.jboss.resteasy.test.application with annotations of type Consumes | |
---|---|
void |
MyResource.nullFoo(MyResource.Foo foo)
|
Uses of Consumes in org.jboss.resteasy.test.smoke |
---|
Methods in org.jboss.resteasy.test.smoke with annotations of type Consumes | |
---|---|
void |
SimpleResource.putBasic(String body)
|
Uses of Consumes in org.jboss.resteasy.tests.signature |
---|
Methods in org.jboss.resteasy.tests.signature with annotations of type Consumes | |
---|---|
void |
SignedResource.post(DKIMSignature signature,
String input)
Verify a posted signature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |