Class JaxrsInterceptorRegistry.AscendingPrecedenceComparator
- java.lang.Object
 - 
- org.jboss.resteasy.spi.interception.JaxrsInterceptorRegistry.AscendingPrecedenceComparator
 
 
- 
- All Implemented Interfaces:
 Comparator<JaxrsInterceptorRegistry.Match>
- Enclosing interface:
 - JaxrsInterceptorRegistry<T>
 
public static class JaxrsInterceptorRegistry.AscendingPrecedenceComparator extends Object implements Comparator<JaxrsInterceptorRegistry.Match>
 
- 
- 
Constructor Summary
Constructors Constructor Description AscendingPrecedenceComparator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong 
 - 
 
 - 
 
- 
- 
Method Detail
- 
compare
public int compare(JaxrsInterceptorRegistry.Match match, JaxrsInterceptorRegistry.Match match2)
- Specified by:
 comparein interfaceComparator<JaxrsInterceptorRegistry.Match>
 
 - 
 
 -