Uses of Class
org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.Match
Packages that use JaxrsInterceptorRegistry.Match
-
Uses of JaxrsInterceptorRegistry.Match in org.jboss.resteasy.core.interception
Methods in org.jboss.resteasy.core.interception that return JaxrsInterceptorRegistry.MatchModifier and TypeMethodDescriptionJaxrsInterceptorRegistry.AbstractInterceptorFactory.postMatch(Class targetClass, AccessibleObject target) JaxrsInterceptorRegistry.InterceptorFactory.postMatch(Class declaring, AccessibleObject target) JaxrsInterceptorRegistry.AbstractInterceptorFactory.preMatch()JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory.preMatch()JaxrsInterceptorRegistry.InterceptorFactory.preMatch()Methods in org.jboss.resteasy.core.interception with parameters of type JaxrsInterceptorRegistry.MatchModifier and TypeMethodDescriptionintJaxrsInterceptorRegistry.AscendingPrecedenceComparator.compare(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2) intJaxrsInterceptorRegistry.DescendingPrecedenceComparator.compare(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2) Method parameters in org.jboss.resteasy.core.interception with type arguments of type JaxrsInterceptorRegistry.MatchModifier and TypeMethodDescriptionprivate T[]JaxrsInterceptorRegistry.createArray(List<JaxrsInterceptorRegistry.Match> matches) protected voidClientResponseFilterRegistry.sort(List<JaxrsInterceptorRegistry.Match> matches) protected voidContainerResponseFilterRegistry.sort(List<JaxrsInterceptorRegistry.Match> matches) protected voidJaxrsInterceptorRegistry.sort(List<JaxrsInterceptorRegistry.Match> matches)