Class InterceptorRegistry.PrecedenceComparator
java.lang.Object
org.jboss.resteasy.core.interception.InterceptorRegistry.PrecedenceComparator
- All Implemented Interfaces:
Comparator<InterceptorRegistry.InterceptorFactory>
- Enclosing class:
- InterceptorRegistry<T>
public class InterceptorRegistry.PrecedenceComparator
extends Object
implements Comparator<InterceptorRegistry.InterceptorFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(InterceptorRegistry.InterceptorFactory factory, InterceptorRegistry.InterceptorFactory factory2) 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
-
Constructor Details
-
PrecedenceComparator
public PrecedenceComparator()
-
-
Method Details
-
compare
public int compare(InterceptorRegistry.InterceptorFactory factory, InterceptorRegistry.InterceptorFactory factory2) - Specified by:
compare
in interfaceComparator<InterceptorRegistry.InterceptorFactory>
-