Package org.jboss.resteasy.spi
Class ResteasyProviderFactory.SortedKey<T>
java.lang.Object
org.jboss.resteasy.spi.ResteasyProviderFactory.SortedKey<T>
- All Implemented Interfaces:
Comparable<ResteasyProviderFactory.SortedKey<T>>
,MediaTypeMap.Typed
- Enclosing class:
- ResteasyProviderFactory
protected static class ResteasyProviderFactory.SortedKey<T>
extends Object
implements Comparable<ResteasyProviderFactory.SortedKey<T>>, MediaTypeMap.Typed
Allow us to sort message body implementations that are more specific for their types
i.e. MessageBodyWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(ResteasyProviderFactory.SortedKey<T> tMessageBodyKey) Class<?>
getType()
-
Field Details
-
readerClass
-
obj
-
isBuiltin
public boolean isBuiltin -
template
-
-
Constructor Details
-
SortedKey
-
SortedKey
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-
getType
- Specified by:
getType
in interfaceMediaTypeMap.Typed
-