protected static class ResteasyProviderFactory.ExtSortedKey<T> extends ResteasyProviderFactory.SortedKey<T>
isBuiltin, obj, priority, readerClass, template
Modifier | Constructor and Description |
---|---|
protected |
ExtSortedKey(Class<?> intf,
T reader,
Class<?> readerClass) |
protected |
ExtSortedKey(Class<?> intf,
T reader,
Class<?> readerClass,
boolean isBuiltin) |
protected |
ExtSortedKey(Class<?> intf,
T reader,
Class<?> readerClass,
int priority,
boolean isBuiltin) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ResteasyProviderFactory.SortedKey<T> tMessageBodyKey) |
getObj, getType
protected ExtSortedKey(Class<?> intf, T reader, Class<?> readerClass, int priority, boolean isBuiltin)
protected ExtSortedKey(Class<?> intf, T reader, Class<?> readerClass, boolean isBuiltin)
public int compareTo(ResteasyProviderFactory.SortedKey<T> tMessageBodyKey)
compareTo
in interface Comparable<ResteasyProviderFactory.SortedKey<T>>
compareTo
in class ResteasyProviderFactory.SortedKey<T>
Copyright © 2019 JBoss by Red Hat. All rights reserved.