Package | Description |
---|---|
jakarta.ws.rs |
High-level interfaces and annotations used to create RESTful service resources.
|
jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
Modifier and Type | Method and 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 and Description |
---|---|
RuntimeType |
Configuration.getRuntimeType()
Get the runtime type of this configuration context.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.