Class PriorityComparator<T>
java.lang.Object
org.jboss.resteasy.spi.PriorityComparator<T>
- All Implemented Interfaces:
Comparator<T>
Sorts components based on the
invalid input: '@Priority. The default is {@link Priorities#USER}.
@author <a href="mailto:jperkins@redhat.com">James R. Perkins</a>'
-
Constructor Summary
-
Method Summary
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
-
PriorityComparator
public PriorityComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T>
-