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
ConstructorsConstructorDescriptionOperationResourceInfoComparator(org.apache.cxf.message.Message m, String method) OperationResourceInfoComparator(org.apache.cxf.message.Message m, String httpMethod, boolean getMethod, jakarta.ws.rs.core.MediaType contentType, List<jakarta.ws.rs.core.MediaType> acceptTypes) -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class org.apache.cxf.jaxrs.model.OperationResourceInfoComparatorBase
compare, compare, compareMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
OperationResourceInfoComparator
-
OperationResourceInfoComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<OperationResourceInfo>
-