Uses of Class
jakarta.ws.rs.core.Context
-
Packages that use Context Package Description com.fasterxml.jackson.jakarta.rs.json Jackson-based Jakarta-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType).org.jboss.resteasy.plugins.interceptors 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 -
-
Uses of Context in com.fasterxml.jackson.jakarta.rs.json
Fields in com.fasterxml.jackson.jakarta.rs.json with annotations of type Context Modifier and Type Field Description protected ProvidersJacksonJsonProvider. _providersInjectable context object used to locate configured instance ofObjectMapperto use for actual serialization. -
Uses of Context in org.jboss.resteasy.plugins.interceptors
Fields in org.jboss.resteasy.plugins.interceptors with annotations of type Context Modifier and Type Field Description protected HttpRequestServerContentEncodingAnnotationFilter. request -
Uses of Context in org.jboss.resteasy.plugins.providers
Fields in org.jboss.resteasy.plugins.providers with annotations of type Context Modifier and Type Field Description protected ProvidersAbstractPatchMethodFilter. providersConstructor parameters in org.jboss.resteasy.plugins.providers with annotations of type Context Constructor Description DocumentProvider(ResteasyConfiguration config) -
Uses of Context in org.jboss.resteasy.plugins.providers.atom
Fields in org.jboss.resteasy.plugins.providers.atom with annotations of type Context Modifier and Type Field Description protected ProvidersAtomEntryProvider. providersprotected ProvidersAtomFeedProvider. providers -
Uses of Context in org.jboss.resteasy.plugins.providers.jackson
Methods in org.jboss.resteasy.plugins.providers.jackson with annotations of type Context Modifier and Type Method Description voidJackson2JsonpInterceptor. setProviders(Providers providers)Setter used by RESTeasy to provide theProvidersvoidJackson2JsonpInterceptor. setUri(UriInfo uri)Setter used by RESTeasy to provide theUriInfo. -
Uses of Context in org.jboss.resteasy.plugins.providers.jaxb
Fields in org.jboss.resteasy.plugins.providers.jaxb with annotations of type Context Modifier and Type Field Description protected ProvidersAbstractJAXBContextFinder. providersprotected ProvidersAbstractJAXBProvider. providersprotected ProvidersCollectionProvider. providersprotected ProvidersMapProvider. providers -
Uses of Context in org.jboss.resteasy.plugins.providers.multipart
Fields in org.jboss.resteasy.plugins.providers.multipart with annotations of type Context Modifier and Type Field Description protected ProvidersAbstractMultipartWriter. workersprotected ProvidersListMultipartReader. workersprotected ProvidersMapMultipartFormDataReader. workersprotected ProvidersMultipartFormAnnotationReader. workersprotected ProvidersMultipartFormDataReader. workersprotected ProvidersMultipartReader. workersprotected ProvidersMultipartRelatedReader. workersprotected ProvidersXopWithMultipartRelatedReader. workers
-