Class MessageBodyFactory.LegacyWorkerComparator<T>

java.lang.Object
org.glassfish.jersey.message.internal.MessageBodyFactory.LegacyWorkerComparator<T>
Type Parameters:
T - MessageBodyReader or MessageBodyWriter.
All Implemented Interfaces:
Comparator<AbstractEntityProviderModel<T>>
Enclosing class:
MessageBodyFactory

private static class MessageBodyFactory.LegacyWorkerComparator<T> extends Object implements Comparator<AbstractEntityProviderModel<T>>
AbstractEntityProviderModel comparator which works as it is described in JAX-RS 1.x specification. Pairs are sorted by custom/provided (custom goes first), media type and declaration distance.
See Also: