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.jackson.internal | |
org.glassfish.jersey.jaxb.internal | |
org.glassfish.jersey.jsonb.internal | |
org.glassfish.jersey.jsonp.internal |
Jersey internal classes supporting JSON processing (JSON-P) media providers.
|
org.glassfish.jersey.kryo.internal | |
org.glassfish.jersey.logging |
Logging feature provides the logging of requests and responses on server and client.
|
org.glassfish.jersey.media.sse.internal | |
org.glassfish.jersey.microprofile.restclient | |
org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
org.glassfish.jersey.moxy.json.internal |
Jersey internal classes supporting JSON media type processing based on Moxy.
|
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 |
JacksonAutoDiscoverable
AutoDiscoverable registering JacksonFeature if the feature is not already registered. |
Modifier and Type | Class and Description |
---|---|
class |
JaxbAutoDiscoverable
JAXB
ForcedAutoDiscoverable that registers all necessary JAXB features
into the injection manager directly. |
Modifier and Type | Class and Description |
---|---|
class |
JsonBindingAutoDiscoverable
ForcedAutoDiscoverable registering JsonBindingFeature if the feature is not already registered. |
Modifier and Type | Class and Description |
---|---|
class |
JsonProcessingAutoDiscoverable
AutoDiscoverable registering JsonProcessingFeature if this feature is not already registered. |
Modifier and Type | Class and Description |
---|---|
class |
KryoAutoDiscoverable
AutoDiscoverable registering KryoFeature if the feature is not already registered. |
Modifier and Type | Class and Description |
---|---|
class |
LoggingFeatureAutoDiscoverable
Auto-discoverable class that registers
LoggingFeature based on configuration properties. |
Modifier and Type | Class and Description |
---|---|
class |
SseAutoDiscoverable
Jersey
AutoDiscoverable responsible for registering SseFeature . |
Modifier and Type | Class and Description |
---|---|
class |
RequestHeaderAutoDiscoverable
Auto discoverable feature to bind into jersey runtime.
|
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 |
MoxyJsonAutoDiscoverable
AutoDiscoverable registering MoxyJsonFeature if this feature is not already registered. |
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.