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 TypeMethodDescriptionint
JaxrsInterceptorRegistry.AscendingPrecedenceComparator.compare
(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2) int
JaxrsInterceptorRegistry.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 void
ClientResponseFilterRegistry.sort
(List<JaxrsInterceptorRegistry.Match> matches) protected void
ContainerResponseFilterRegistry.sort
(List<JaxrsInterceptorRegistry.Match> matches) protected void
JaxrsInterceptorRegistry.sort
(List<JaxrsInterceptorRegistry.Match> matches)