Class InterceptorRegistry.SingletonInterceptorFactory
- java.lang.Object
-
- org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
-
- org.jboss.resteasy.core.interception.InterceptorRegistry.SingletonInterceptorFactory
-
- All Implemented Interfaces:
InterceptorRegistry.InterceptorFactory
- Enclosing class:
- InterceptorRegistry<T>
protected class InterceptorRegistry.SingletonInterceptorFactory extends InterceptorRegistry.AbstractInterceptorFactory
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
interceptor
-
Fields inherited from class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
order, precedence
-
-
Constructor Summary
Constructors Constructor Description SingletonInterceptorFactory(java.lang.Object interceptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
postMatch(java.lang.Class declaring, java.lang.reflect.AccessibleObject target)
java.lang.Object
preMatch()
-
Methods inherited from class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
binding, getOrder, getPrecedence, setPrecedence
-
-