Class JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
java.lang.Object
JaxrsInterceptorRegistry<T>.org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
JaxrsInterceptorRegistry<T>.org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
- All Implemented Interfaces:
JaxrsInterceptorRegistry.InterceptorFactory
- Enclosing class:
JaxrsInterceptorRegistry<T>
protected class JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
extends JaxrsInterceptorRegistry<T>.AbstractLegacyInterceptorFactory
-
Field Summary
Fields inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
precedence
Fields inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
declaring, ignorePrematch, initialized, nameBound, order
-
Constructor Summary
ConstructorsConstructorDescriptionLegacyPerMethodInterceptorFactory
(Class declaring, LegacyPrecedence precedence) -
Method Summary
Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
getLegacyMatch, preMatch, setPrecedence
Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
checkInitialize, createInterceptor, postMatch, setIgnorePrematch, setOrder
-
Constructor Details
-
LegacyPerMethodInterceptorFactory
-
-
Method Details
-
initialize
protected void initialize()- Specified by:
initialize
in classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-
getInterceptor
- Specified by:
getInterceptor
in classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-