Package | Description |
---|---|
org.glassfish.jersey.internal.spi |
Common Jersey internal SPI classes/interfaces.
|
org.glassfish.jersey.jackson.internal | |
org.glassfish.jersey.jaxb.internal | |
org.glassfish.jersey.logging |
Logging feature provides the logging of requests and responses on server and client.
|
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 | 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 service locator directly. |
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 |
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. |