| 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.client |
Jersey client-side classes.
|
| org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
| org.glassfish.jersey.model.internal | |
| 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 |
|---|---|
RuntimeType |
ClientConfig.getRuntimeType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
RuntimeType constrainedTo,
Set<Class<?>> registeredClasses,
DynamicConfiguration dynamicConfiguration)
Bind all providers contained in
providerBag (classes and instances) using HK2 service locator. |
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
RuntimeType constrainedTo,
Set<Class<?>> registeredClasses,
ServiceLocator locator)
Bind all providers contained in
providerBag (classes and instances) using HK2 service locator. |
static boolean |
Providers.checkProviderRuntime(Class<?> component,
ContractProvider model,
RuntimeType runtimeConstraint,
boolean scanned,
boolean isResource)
Check the
component whether it is appropriate correctly configured for client or server
runtime. |
| Modifier and Type | Method and Description |
|---|---|
RuntimeType |
CommonConfig.getRuntimeType() |
| Constructor and Description |
|---|
CommonConfig(RuntimeType type,
com.google.common.base.Predicate<ContractProvider> registrationStrategy)
Create a new
RuntimeConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
RuntimeType |
ResourceConfig.getRuntimeType() |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.