Uses of Class
org.jboss.resteasy.spi.interception.JaxrsInterceptorRegistry.Match
-
Uses of JaxrsInterceptorRegistry.Match in org.jboss.resteasy.core.interception.jaxrs
Modifier and TypeMethodDescriptionJaxrsInterceptorRegistryImpl.AbstractInterceptorFactory.postMatch
(Class targetClass, AccessibleObject target) JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory.preMatch()
Modifier and TypeMethodDescriptionprotected void
ClientResponseFilterRegistryImpl.sort
(List<JaxrsInterceptorRegistry.Match> matches) protected void
ContainerResponseFilterRegistryImpl.sort
(List<JaxrsInterceptorRegistry.Match> matches) protected void
JaxrsInterceptorRegistryImpl.sort
(List<JaxrsInterceptorRegistry.Match> matches) -
Uses of JaxrsInterceptorRegistry.Match in org.jboss.resteasy.spi.interception
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionJaxrsInterceptorRegistry.InterceptorFactory.postMatch
(Class declaring, AccessibleObject target) JaxrsInterceptorRegistry.InterceptorFactory.preMatch()
Modifier and TypeMethodDescriptionint
JaxrsInterceptorRegistry.AscendingPrecedenceComparator.compare
(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2) int
JaxrsInterceptorRegistry.DescendingPrecedenceComparator.compare
(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2)