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, compare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(OperationResourceInfo e1, OperationResourceInfo e2)
compare
in interface Comparator<OperationResourceInfo>
Apache CXF