Uses of Class
jakarta.ws.rs.ext.Provider
-
Packages that use Provider 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.core 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.jsonp org.jboss.resteasy.plugins.providers.multipart org.jboss.resteasy.plugins.providers.sse org.jboss.resteasy.plugins.validation -
-
Uses of Provider in com.fasterxml.jackson.jakarta.rs.json
Classes in com.fasterxml.jackson.jakarta.rs.json with annotations of type Provider Modifier and Type Class Description classJacksonJsonProviderBasic implementation of Jakarta-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).classJacksonXmlBindJsonProviderJSON content type provider automatically configured to use both Jackson and Jakarta XmlBind annotations (in that order of priority). -
Uses of Provider in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core with annotations of type Provider Modifier and Type Class Description classAcceptHeaderByFileSuffixFilterModifies Accept and Accept-Language headers by looking at path file suffix i.e. -
Uses of Provider in org.jboss.resteasy.plugins.interceptors
Classes in org.jboss.resteasy.plugins.interceptors with annotations of type Provider Modifier and Type Class Description classAcceptEncodingGZIPFilterMust be used in conjunction with GZIPDecodingInterceptorclassGZIPDecodingInterceptorclassGZIPEncodingInterceptorclassMessageSanitizerContainerResponseFilter(RESTEASY-1485) Thwart select XSS attack by escaping special chars in Exception message. -
Uses of Provider in org.jboss.resteasy.plugins.providers
Classes in org.jboss.resteasy.plugins.providers with annotations of type Provider Modifier and Type Class Description classAsyncStreamingOutputProviderclassByteArrayProviderclassDataSourceProviderclassDefaultBooleanWriterclassDefaultNumberWriterclassDefaultTextPlainclassDocumentProviderProvider that reads and writes org.w3c.dom.Document.classFileProviderclassFileRangeWriterclassFormUrlEncodedProviderclassIIOImageProviderclassInputStreamProviderclassJaxrsFormProviderclassJaxrsServerFormUrlEncodedProviderclassMultiValuedParamConverterProviderclassReaderProviderclassSourceProviderclassStreamingOutputProviderclassStringTextStar -
Uses of Provider in org.jboss.resteasy.plugins.providers.atom
Classes in org.jboss.resteasy.plugins.providers.atom with annotations of type Provider Modifier and Type Class Description classAtomEntryProviderclassAtomFeedProvider -
Uses of Provider in org.jboss.resteasy.plugins.providers.jackson
Classes in org.jboss.resteasy.plugins.providers.jackson with annotations of type Provider Modifier and Type Class Description classJackson2JsonpInterceptorJSONP is an alternative to normal AJAX requests.classPatchMethodFilterclassResteasyJackson2ProviderOnly different from Jackson one is *+json in @Produces/@ConsumesclassUnrecognizedPropertyExceptionHandler(RESTEASY-1485) Address concerns of a possible XSS attack by removing some details of the exception. -
Uses of Provider in org.jboss.resteasy.plugins.providers.jaxb
Classes in org.jboss.resteasy.plugins.providers.jaxb with annotations of type Provider Modifier and Type Class Description classCollectionProviderclassJAXBElementProviderA JAXB Provider which handles parameter and return types ofJAXBElement.classJAXBXmlRootElementProviderA JAXBXmlRootElementProvider.classJAXBXmlSeeAlsoProviderA JAXBXmlRootElementProvider.classJAXBXmlTypeProviderA JAXB entity provider that handles classes withoutXmlRootElementannotation.classMapProviderclassXmlJAXBContextFinder -
Uses of Provider in org.jboss.resteasy.plugins.providers.jsonp
Classes in org.jboss.resteasy.plugins.providers.jsonp with annotations of type Provider Modifier and Type Class Description classJsonpPatchMethodFilter -
Uses of Provider in org.jboss.resteasy.plugins.providers.multipart
Classes in org.jboss.resteasy.plugins.providers.multipart with annotations of type Provider Modifier and Type Class Description classListMultipartReaderclassListMultipartWriterclassMapMultipartFormDataReaderclassMapMultipartFormDataWriterclassMimeMultipartProviderA provider to handle multipart representations.classMultipartEntityPartReaderclassMultipartEntityPartWriterclassMultipartFormAnnotationReaderclassMultipartFormAnnotationWriterclassMultipartFormDataReaderclassMultipartFormDataWriterclassMultipartReaderclassMultipartRelatedReaderTheMessageBodyReaderimplementation to deserializeMultipartRelatedInputobjects.classMultipartRelatedWriterTheMessageBodyWriterimplementation to serializeMultipartRelatedOutputobjects.classMultipartWriterclassXopWithMultipartRelatedReaderThis provider is for reading xop packages packed as multipart/related.classXopWithMultipartRelatedWriterThis provider is for writing xop packages packed as multipart/related. -
Uses of Provider in org.jboss.resteasy.plugins.providers.sse
Classes in org.jboss.resteasy.plugins.providers.sse with annotations of type Provider Modifier and Type Class Description classSseEventProviderclassSseEventSinkInterceptor -
Uses of Provider in org.jboss.resteasy.plugins.validation
Classes in org.jboss.resteasy.plugins.validation with annotations of type Provider Modifier and Type Class Description classResteasyViolationExceptionMapperclassValidatorContextResolverclassValidatorContextResolverCDI
-