Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method | Description |
---|---|---|
static RuntimeType |
RuntimeType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RuntimeType[] |
RuntimeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
RuntimeType |
Configuration.getRuntimeType() |
Get the runtime type of this configuration context.
|
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.