Class InterceptorRegistry.AbstractInterceptorFactory
java.lang.Object
org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
- All Implemented Interfaces:
InterceptorRegistry.InterceptorFactory
- Direct Known Subclasses:
InterceptorRegistry.PerMethodInterceptorFactory
,InterceptorRegistry.SingletonInterceptorFactory
- Enclosing class:
- InterceptorRegistry<T>
protected abstract class InterceptorRegistry.AbstractInterceptorFactory
extends Object
implements InterceptorRegistry.InterceptorFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
binding
(Class declaring, AccessibleObject target, Object inter) int
getOrder()
protected void
setPrecedence
(Class<?> clazz) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.core.interception.InterceptorRegistry.InterceptorFactory
postMatch, preMatch
-
Field Details
-
precedence
-
order
protected int order
-
-
Constructor Details
-
AbstractInterceptorFactory
protected AbstractInterceptorFactory()
-
-
Method Details
-
setPrecedence
-
getPrecedence
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceInterceptorRegistry.InterceptorFactory
-
binding
-