Class JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
java.lang.Object
JaxrsInterceptorRegistry<T>.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<T>.AbstractInterceptorFactory
-
Field Summary
FieldsFields inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
declaring, ignorePrematch, initialized, nameBound, order
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractLegacyInterceptorFactory
(Class declaring, LegacyPrecedence precedence) -
Method Summary
Modifier and TypeMethodDescriptiongetLegacyMatch
(Class declaring, AccessibleObject target) preMatch()
protected void
setPrecedence
(Class<?> declaring) Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
checkInitialize, createInterceptor, getInterceptor, initialize, postMatch, setIgnorePrematch, setOrder
-
Field Details
-
precedence
-
-
Constructor Details
-
AbstractLegacyInterceptorFactory
-
-
Method Details
-
setPrecedence
- Overrides:
setPrecedence
in classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-
preMatch
- Specified by:
preMatch
in interfaceJaxrsInterceptorRegistry.InterceptorFactory
- Overrides:
preMatch
in classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-
getLegacyMatch
-