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