Class JaxrsInterceptorRegistry.DescendingPrecedenceComparator
- java.lang.Object
-
- org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.DescendingPrecedenceComparator
-
- All Implemented Interfaces:
java.util.Comparator<JaxrsInterceptorRegistry.Match>
- Enclosing class:
- JaxrsInterceptorRegistry<T>
public static class JaxrsInterceptorRegistry.DescendingPrecedenceComparator extends java.lang.Object implements java.util.Comparator<JaxrsInterceptorRegistry.Match>
-
-
Constructor Summary
Constructors Constructor Description DescendingPrecedenceComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2)
-
-
-
Method Detail
-
compare
public int compare(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2)
- Specified by:
compare
in interfacejava.util.Comparator<JaxrsInterceptorRegistry.Match>
-
-