Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.json |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
|
org.jboss.resteasy.plugins.interceptors.encoding | |
org.jboss.resteasy.plugins.providers | |
org.jboss.resteasy.plugins.providers.atom | |
org.jboss.resteasy.plugins.providers.jackson | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.multipart |
Modifier and Type | Field and Description |
---|---|
protected Providers |
JacksonJsonProvider._providers
Injectable context object used to locate configured
instance of
ObjectMapper to use for actual
serialization. |
Modifier and Type | Field and Description |
---|---|
protected HttpRequest |
ServerContentEncodingAnnotationFilter.request |
Constructor and Description |
---|
DocumentProvider(ResteasyConfiguration config) |
Modifier and Type | Field and Description |
---|---|
protected Providers |
AtomFeedProvider.providers |
protected Providers |
AtomEntryProvider.providers |
Modifier and Type | Method and Description |
---|---|
void |
JacksonJsonpInterceptor.setProviders(Providers providers)
Setter used by RESTeasy to provide the
Providers |
void |
Jackson2JsonpInterceptor.setProviders(Providers providers)
Setter used by RESTeasy to provide the
Providers |
void |
JacksonJsonpInterceptor.setUri(UriInfo uri)
Setter used by RESTeasy to provide the
UriInfo . |
void |
Jackson2JsonpInterceptor.setUri(UriInfo uri)
Setter used by RESTeasy to provide the
UriInfo . |
Modifier and Type | Field and Description |
---|---|
protected Providers |
MapProvider.providers |
protected Providers |
CollectionProvider.providers |
protected Providers |
AbstractJAXBProvider.providers |
protected Providers |
AbstractJAXBContextFinder.providers |
Modifier and Type | Field and Description |
---|---|
protected Providers |
XopWithMultipartRelatedReader.workers |
protected Providers |
MultipartRelatedReader.workers |
protected Providers |
MultipartReader.workers |
protected Providers |
MultipartFormDataReader.workers |
protected Providers |
MultipartFormAnnotationReader.workers |
protected Providers |
MapMultipartFormDataReader.workers |
protected Providers |
ListMultipartReader.workers |
protected Providers |
AbstractMultipartWriter.workers |
Copyright © 2016 JBoss by Red Hat. All rights reserved.