Package | Description |
---|---|
org.glassfish.jersey |
Common Jersey core classes.
|
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Method and Description |
---|---|
static Severity |
Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private Severity |
Errors.ErrorMessage.severity |
Modifier and Type | Method and Description |
---|---|
Severity |
Errors.ErrorMessage.getSeverity()
Get
Severity . |
Modifier and Type | Method and Description |
---|---|
static void |
Errors.error(java.lang.Object source,
java.lang.String message,
Severity severity)
Add an error to the list of messages.
|
static void |
Errors.error(java.lang.String message,
Severity severity)
Add an error to the list of messages.
|
Constructor and Description |
---|
ErrorMessage(java.lang.Object source,
java.lang.String message,
Severity severity) |
Modifier and Type | Field and Description |
---|---|
private Severity |
ResourceModelIssue.severity |
Modifier and Type | Method and Description |
---|---|
Severity |
ResourceModelIssue.getSeverity()
Get
Severity . |
Constructor and Description |
---|
ResourceModelIssue(java.lang.Object source,
java.lang.String message,
Severity severity)
Create a new resource model issue.
|