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(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 | Method and Description |
---|---|
Severity |
Errors.ErrorMessage.getSeverity()
Get
Severity . |
Modifier and Type | Method and Description |
---|---|
static void |
Errors.error(Object source,
String message,
Severity severity)
Add an error to the list of messages.
|
static void |
Errors.error(String message,
Severity severity)
Add an error to the list of messages.
|
Modifier and Type | Method and Description |
---|---|
Severity |
ResourceModelIssue.getSeverity()
Get
Severity . |
Constructor and Description |
---|
ResourceModelIssue(Object source,
String message,
Severity severity)
Create a new resource model issue.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.