public class OperationResourceInfoComparator extends OperationResourceInfoComparatorBase implements Comparator<OperationResourceInfo>
| Constructor and Description |
|---|
OperationResourceInfoComparator(Message m,
String method) |
OperationResourceInfoComparator(Message m,
String httpMethod,
boolean getMethod,
javax.ws.rs.core.MediaType contentType,
List<javax.ws.rs.core.MediaType> acceptTypes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(OperationResourceInfo e1,
OperationResourceInfo e2) |
compare, compare, compareclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(OperationResourceInfo e1, OperationResourceInfo e2)
compare in interface Comparator<OperationResourceInfo>Apache CXF