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
ConstructorsModifierConstructorDescriptionprotectedAbstractLegacyInterceptorFactory(Class declaring, LegacyPrecedence precedence) -
Method Summary
Modifier and TypeMethodDescriptiongetLegacyMatch(Class declaring, AccessibleObject target) preMatch()protected voidsetPrecedence(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:
setPrecedencein classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-
preMatch
- Specified by:
preMatchin interfaceJaxrsInterceptorRegistry.InterceptorFactory- Overrides:
preMatchin classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-
getLegacyMatch
-