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
-
Constructor Summary
ConstructorsConstructorDescriptionExtSortedKey
(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
Methods inherited from class org.jboss.resteasy.core.providerfactory.SortedKey
getObj, getPriority, getType
-
Constructor Details
-
ExtSortedKey
-
ExtSortedKey
-
ExtSortedKey
-
-
Method Details
-
compareTo
-