Class InterceptorRegistry.PerMethodInterceptorFactory
- java.lang.Object
-
- org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
-
- org.jboss.resteasy.core.interception.InterceptorRegistry.PerMethodInterceptorFactory
-
- All Implemented Interfaces:
InterceptorRegistry.InterceptorFactory
- Enclosing class:
- InterceptorRegistry<T>
protected class InterceptorRegistry.PerMethodInterceptorFactory extends InterceptorRegistry.AbstractInterceptorFactory
-
-
Field Summary
Fields Modifier and Type Field Description private ConstructorInjector
constructorInjector
-
Fields inherited from class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
order, precedence
-
-
Constructor Summary
Constructors Constructor Description PerMethodInterceptorFactory(java.lang.Class clazz)
-
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
-
-
-
-
Field Detail
-
constructorInjector
private ConstructorInjector constructorInjector
-
-