Uses of Annotation Interface
jakarta.ws.rs.container.PreMatching
Packages that use PreMatching
-
Uses of PreMatching in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core with annotations of type PreMatchingModifier and TypeClassDescriptionclassModifies Accept and Accept-Language headers by looking at path file suffix i.e. .xml means Accept application/xmlclassEnables content negotiation through a query parameter, instead of the Accept Header. -
Uses of PreMatching in org.jboss.resteasy.plugins.interceptors
Classes in org.jboss.resteasy.plugins.interceptors with annotations of type PreMatchingModifier and TypeClassDescriptionclassHandles CORS requests both preflight and simple CORS requests.