Class ExtSortedKey<T>
- java.lang.Object
-
- org.jboss.resteasy.core.providerfactory.SortedKey<T>
-
- org.jboss.resteasy.core.providerfactory.ExtSortedKey<T>
-
- All Implemented Interfaces:
Comparable<SortedKey<T>>,MediaTypeMap.Typed
public final class ExtSortedKey<T> extends SortedKey<T>
-
-
Constructor Summary
Constructors Constructor Description ExtSortedKey(Class<?> intf, T reader, Class<?> readerClass)ExtSortedKey(Class<?> intf, T reader, Class<?> readerClass, boolean isBuiltin)ExtSortedKey(Class<?> intf, T reader, Class<?> readerClass, int priority, boolean isBuiltin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SortedKey<T> tMessageBodyKey)-
Methods inherited from class org.jboss.resteasy.core.providerfactory.SortedKey
getObj, getPriority, getType
-
-