Uses of Class
org.jboss.resteasy.spi.interception.JaxrsInterceptorRegistry.Match
-
Packages that use JaxrsInterceptorRegistry.Match Package Description org.jboss.resteasy.core.interception.jaxrs org.jboss.resteasy.spi.interception -
-
Uses of JaxrsInterceptorRegistry.Match in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return JaxrsInterceptorRegistry.Match Modifier and Type Method Description JaxrsInterceptorRegistry.Match
JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory. postMatch(Class targetClass, AccessibleObject target)
JaxrsInterceptorRegistry.Match
JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory. preMatch()
Method parameters in org.jboss.resteasy.core.interception.jaxrs with type arguments of type JaxrsInterceptorRegistry.Match Modifier and Type Method Description protected 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
Methods in org.jboss.resteasy.spi.interception that return JaxrsInterceptorRegistry.Match Modifier and Type Method Description JaxrsInterceptorRegistry.Match
JaxrsInterceptorRegistry.InterceptorFactory. postMatch(Class declaring, AccessibleObject target)
JaxrsInterceptorRegistry.Match
JaxrsInterceptorRegistry.InterceptorFactory. preMatch()
Methods in org.jboss.resteasy.spi.interception with parameters of type JaxrsInterceptorRegistry.Match Modifier and Type Method Description int
JaxrsInterceptorRegistry.AscendingPrecedenceComparator. compare(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2)
int
JaxrsInterceptorRegistry.DescendingPrecedenceComparator. compare(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2)
-