Package org.apache.cxf.jaxrs.model
Class OperationResourceInfoComparator
- java.lang.Object
-
- org.apache.cxf.jaxrs.model.OperationResourceInfoComparatorBase
-
- org.apache.cxf.jaxrs.model.OperationResourceInfoComparator
-
- All Implemented Interfaces:
Comparator<OperationResourceInfo>
public class OperationResourceInfoComparator extends OperationResourceInfoComparatorBase implements Comparator<OperationResourceInfo>
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(OperationResourceInfo e1, OperationResourceInfo e2)-
Methods inherited from class org.apache.cxf.jaxrs.model.OperationResourceInfoComparatorBase
compare, compare, compare
-
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
-
-
-
-
Method Detail
-
compare
public int compare(OperationResourceInfo e1, OperationResourceInfo e2)
- Specified by:
comparein interfaceComparator<OperationResourceInfo>
-
-