| Package | Description |
|---|---|
| org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
| org.glassfish.jersey.internal.spi |
Common Jersey internal SPI classes/interfaces.
|
| org.glassfish.jersey.logging |
Logging feature provides the logging of requests and responses on server and client.
|
| org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
| org.glassfish.jersey.server.filter.internal |
Server filter internal classes.
|
| org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
| org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoDiscoverable> |
BootstrapBag.getAutoDiscoverables()
Gets a list of
AutoDiscoverable. |
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapBag.setAutoDiscoverables(List<AutoDiscoverable> autoDiscoverables)
Sets a list of
AutoDiscoverable. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ForcedAutoDiscoverable
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in
runtime configurations. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingFeatureAutoDiscoverable
Auto-discoverable class that registers
LoggingFeature based on configuration properties. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonConfig.configureAutoDiscoverableProviders(InjectionManager injectionManager,
Collection<AutoDiscoverable> autoDiscoverables,
boolean forcedOnly)
Configure
auto-discoverables in the injection manager. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerFiltersAutoDiscoverable
Enable auto-discoverable of certain server filters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitoringAutodiscoverable
Autodiscoverable feature that registers
MonitoringFeature
based on configuration properties. |
| Modifier and Type | Class and Description |
|---|---|
class |
WadlAutoDiscoverable
AutoDiscoverable registering WadlFeature if this feature
is not already registered. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.