public static class ServerProviderFactory.ExceptionProviderInfoComparator extends ProviderFactory.ProviderInfoClassComparator
Constructor and Description |
---|
ExceptionProviderInfoComparator(Class<?> expectedCls,
boolean makeDefaultWaeLeastSpecific) |
Modifier and Type | Method and Description |
---|---|
int |
compare(ProviderInfo<?> p1,
ProviderInfo<?> p2) |
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 ExceptionProviderInfoComparator(Class<?> expectedCls, boolean makeDefaultWaeLeastSpecific)
public int compare(ProviderInfo<?> p1, ProviderInfo<?> p2)
compare
in interface Comparator<ProviderInfo<?>>
compare
in class ProviderFactory.ProviderInfoClassComparator
Apache CXF