protected static class ResteasyProviderFactory.SortedKey<T> extends Object implements Comparable<ResteasyProviderFactory.SortedKey<T>>, MediaTypeMap.Typed
Modifier and Type | Field and Description |
---|---|
boolean |
isBuiltin |
T |
obj |
Class<?> |
readerClass |
Class<?> |
template |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ResteasyProviderFactory.SortedKey<T> tMessageBodyKey) |
Class<?> |
getType() |
public Class<?> readerClass
public T obj
public boolean isBuiltin
public Class<?> template
public int compareTo(ResteasyProviderFactory.SortedKey<T> tMessageBodyKey)
compareTo
in interface Comparable<ResteasyProviderFactory.SortedKey<T>>
public Class<?> getType()
getType
in interface MediaTypeMap.Typed
Copyright © 2017 JBoss by Red Hat. All rights reserved.