Package | Description |
---|---|
org.jboss.resteasy.core.interception.jaxrs | |
org.jboss.resteasy.spi.interception |
Modifier and Type | Method and Description |
---|---|
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory.postMatch(Class targetClass,
AccessibleObject target) |
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory.preMatch() |
Modifier and Type | Method and Description |
---|---|
protected void |
JaxrsInterceptorRegistryImpl.sort(List<JaxrsInterceptorRegistry.Match> matches) |
protected void |
ClientResponseFilterRegistryImpl.sort(List<JaxrsInterceptorRegistry.Match> matches) |
protected void |
ContainerResponseFilterRegistryImpl.sort(List<JaxrsInterceptorRegistry.Match> matches) |
Modifier and Type | Method and Description |
---|---|
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistry.InterceptorFactory.postMatch(Class declaring,
AccessibleObject target) |
JaxrsInterceptorRegistry.Match |
JaxrsInterceptorRegistry.InterceptorFactory.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) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.