|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ValueFactoryProvider.Priority>
org.glassfish.jersey.server.spi.internal.ValueFactoryProvider.Priority
public static enum ValueFactoryProvider.Priority
Enumeration of priorities for providers (e.g. ValueFactoryProvider). At first providers with the HIGH
priority are examined then those with NORMAL priority and at last the ones with the LOW priority.
| Enum Constant Summary | |
|---|---|
HIGH
High priority. |
|
LOW
Low priority. |
|
NORMAL
Normal priority. |
|
| Method Summary | |
|---|---|
int |
getWeight()
Returns the weight of this priority. |
static ValueFactoryProvider.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValueFactoryProvider.Priority[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ValueFactoryProvider.Priority LOW
public static final ValueFactoryProvider.Priority NORMAL
public static final ValueFactoryProvider.Priority HIGH
| Method Detail |
|---|
public static ValueFactoryProvider.Priority[] values()
for (ValueFactoryProvider.Priority c : ValueFactoryProvider.Priority.values()) System.out.println(c);
public static ValueFactoryProvider.Priority valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getWeight()
ValueFactoryProvider.PriorityType
getWeight in interface ValueFactoryProvider.PriorityType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||