Package | Description |
---|---|
org.jboss.resteasy.core.interception |
Modifier and Type | Method and Description |
---|---|
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistry.InterceptorFactory.postMatch(java.lang.Class declaring,
java.lang.reflect.AccessibleObject target) |
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistry.AbstractInterceptorFactory.postMatch(java.lang.Class targetClass,
java.lang.reflect.AccessibleObject target) |
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistry.InterceptorFactory.preMatch() |
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistry.AbstractInterceptorFactory.preMatch() |
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory.preMatch() |
Modifier and Type | Method and Description |
---|---|
int |
JaxrsInterceptorRegistry.AscendingPrecedenceComparator.compare(JaxrsInterceptorRegistry.Match match,
JaxrsInterceptorRegistry.Match match2) |
int |
JaxrsInterceptorRegistry.DescendingPrecedenceComparator.compare(JaxrsInterceptorRegistry.Match match,
JaxrsInterceptorRegistry.Match match2) |
Modifier and Type | Method and Description |
---|---|
private T[] |
JaxrsInterceptorRegistry.createArray(java.util.List<JaxrsInterceptorRegistry.Match> matches) |
protected void |
ClientResponseFilterRegistry.sort(java.util.List<JaxrsInterceptorRegistry.Match> matches) |
protected void |
JaxrsInterceptorRegistry.sort(java.util.List<JaxrsInterceptorRegistry.Match> matches) |
protected void |
ContainerResponseFilterRegistry.sort(java.util.List<JaxrsInterceptorRegistry.Match> matches) |