public abstract class JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory extends JaxrsInterceptorRegistry.AbstractInterceptorFactory
| Modifier and Type | Field and Description |
|---|---|
protected LegacyPrecedence |
precedence |
declaring, ignorePrematch, initialized, nameBound, order| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLegacyInterceptorFactory(Class declaring,
LegacyPrecedence precedence) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getLegacyMatch(Class declaring,
AccessibleObject target) |
JaxrsInterceptorRegistry.Match |
preMatch() |
protected void |
setPrecedence(Class<?> declaring) |
checkInitialize, createInterceptor, getInterceptor, initialize, postMatch, setIgnorePrematch, setOrderprotected LegacyPrecedence precedence
protected AbstractLegacyInterceptorFactory(Class declaring, LegacyPrecedence precedence)
protected void setPrecedence(Class<?> declaring)
setPrecedence in class JaxrsInterceptorRegistry.AbstractInterceptorFactorypublic JaxrsInterceptorRegistry.Match preMatch()
preMatch in interface JaxrsInterceptorRegistry.InterceptorFactorypreMatch in class JaxrsInterceptorRegistry.AbstractInterceptorFactorypublic Object getLegacyMatch(Class declaring, AccessibleObject target)
Copyright © 2023 JBoss by Red Hat. All rights reserved.