Uses of Class
jakarta.ws.rs.container.PreMatching
-
Packages that use PreMatching Package Description org.jboss.resteasy.core org.jboss.resteasy.plugins.interceptors -
-
Uses of PreMatching in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core with annotations of type PreMatching Modifier and Type Class Description classAcceptHeaderByFileSuffixFilterModifies Accept and Accept-Language headers by looking at path file suffix i.e.classAcceptParameterHttpPreprocessorEnables 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 PreMatching Modifier and Type Class Description classCorsFilterHandles CORS requests both preflight and simple CORS requests.
-