Class JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
- java.lang.Object
-
- org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
-
- org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
-
- All Implemented Interfaces:
JaxrsInterceptorRegistry.InterceptorFactory
- Direct Known Subclasses:
JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
,JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
- Enclosing class:
- JaxrsInterceptorRegistry<T>
public abstract class JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory extends JaxrsInterceptorRegistry.AbstractInterceptorFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected LegacyPrecedence
precedence
-
Fields inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
declaring, ignorePrematch, initialized, nameBound, order
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractLegacyInterceptorFactory(java.lang.Class declaring, LegacyPrecedence precedence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getLegacyMatch(java.lang.Class declaring, java.lang.reflect.AccessibleObject target)
JaxrsInterceptorRegistry.Match
preMatch()
protected void
setPrecedence(java.lang.Class<?> declaring)
-
Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
checkInitialize, createInterceptor, getInterceptor, initialize, postMatch, setIgnorePrematch, setOrder
-
-
-
-
Field Detail
-
precedence
protected LegacyPrecedence precedence
-
-
Constructor Detail
-
AbstractLegacyInterceptorFactory
protected AbstractLegacyInterceptorFactory(java.lang.Class declaring, LegacyPrecedence precedence)
-
-
Method Detail
-
setPrecedence
protected void setPrecedence(java.lang.Class<?> declaring)
- Overrides:
setPrecedence
in classJaxrsInterceptorRegistry.AbstractInterceptorFactory
-
preMatch
public JaxrsInterceptorRegistry.Match preMatch()
- Specified by:
preMatch
in interfaceJaxrsInterceptorRegistry.InterceptorFactory
- Overrides:
preMatch
in classJaxrsInterceptorRegistry.AbstractInterceptorFactory
-
getLegacyMatch
public java.lang.Object getLegacyMatch(java.lang.Class declaring, java.lang.reflect.AccessibleObject target)
-
-