Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.microprofile.config |
Support for microprofile external configurations in Jersey
Configuration properties for Jersey (client/server/common) could be passed from different sources
using this implementation
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConfig
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationModel<CONFIG extends org.eclipse.microprofile.config.Config>
Generic class which implements default properties provider's logic and wraps not used methods from ExtConfig
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerConfig
Server-side application configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceConfig
The resource configuration for configuring a web application.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExternalConfigurationModel<CONFIG>
Model of configuration for external properties.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.