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.
|
org.glassfish.jersey |
Common Jersey core classes.
|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
CommonProperties.getValue(Map<String,?> properties,
RuntimeType runtime,
String propertyName,
Class<T> type)
Get the value of the specified property.
|
static <T> T |
CommonProperties.getValue(Map<String,?> properties,
RuntimeType runtime,
String propertyName,
T defaultValue)
Get the value of the specified property.
|
static <T> T |
CommonProperties.getValue(Map<String,?> properties,
RuntimeType runtime,
String propertyName,
T defaultValue,
Class<T> type)
Get the value of the specified property.
|
Modifier and Type | Method and Description |
---|---|
RuntimeType |
ClientConfig.getRuntimeType() |
Modifier and Type | Method and Description |
---|---|
RuntimeType |
ResourceConfig.getRuntimeType() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
ServerProperties.getValue(Map<String,?> properties,
RuntimeType runtimeType,
String key,
T defaultValue,
Class<T> type)
Get the value of the specified property.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.