Modifier and Type | Field and Description |
---|---|
protected Consumes |
ResourceMethod.methodConsumes |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomEntryProvider |
class |
AtomFeedProvider |
Modifier and Type | Class and Description |
---|---|
class |
ResteasyJacksonProvider
Only different from Jackson one is *+json in @Produces/@Consumes
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
FastinfoSetElementProvider |
class |
FastinfoSetJAXBContextFinder |
class |
FastinfoSetXmlRootElementProvider |
class |
FastinfoSetXmlSeeAlsoProvider |
class |
FastinfoSetXmlTypeProvider |
Modifier and Type | Class and Description |
---|---|
class |
JettisonElementProvider |
class |
JettisonXmlRootElementProvider |
class |
JettisonXmlSeeAlsoProvider |
class |
JettisonXmlTypeProvider |
class |
JsonCollectionProvider |
class |
JsonMapProvider |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
TestResource.noQueryPost(String formParam) |
String |
TestResource.noQueryPostEncoded(String formParam) |
String |
TestResource.noQueryPut(String formParam) |
String |
TestResource.noQueryPutEncoded(String formParam) |
String |
TestResource.queryPost(String formParam) |
String |
TestResource.queryPostEncoded(String formParam) |
String |
TestResource.queryPut(String formParam) |
String |
TestResource.queryPutEncoded(String formParam) |
Modifier and Type | Class and Description |
---|---|
class |
EnvelopedReader |
class |
SignedReader |
Modifier and Type | Method and Description |
---|---|
void |
MyResource.nullFoo(MyResource.Foo foo) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleResource.putBasic(String body) |
Copyright © 2013. All Rights Reserved.