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, setOrder
protected LegacyPrecedence precedence
protected AbstractLegacyInterceptorFactory(Class declaring, LegacyPrecedence precedence)
protected void setPrecedence(Class<?> declaring)
setPrecedence
in class JaxrsInterceptorRegistry.AbstractInterceptorFactory
public JaxrsInterceptorRegistry.Match preMatch()
preMatch
in interface JaxrsInterceptorRegistry.InterceptorFactory
preMatch
in class JaxrsInterceptorRegistry.AbstractInterceptorFactory
public Object getLegacyMatch(Class declaring, AccessibleObject target)
Copyright © 2021 JBoss by Red Hat. All rights reserved.