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