Class JaxrsInterceptorRegistry.Match
- java.lang.Object
-
- org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.Match
-
- Enclosing class:
- JaxrsInterceptorRegistry<T>
public static class JaxrsInterceptorRegistry.Match extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
interceptor
int
order
-
Constructor Summary
Constructors Constructor Description Match(java.lang.Object interceptor, int order)
-