Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
Class and Description |
---|
ReferencingFactory
Factory that provides injection of the referenced instance.
|
ServiceLocatorSupplier
Implementation of this interface is capable of returning
ServiceLocator . |
Class and Description |
---|
Custom
Qualifier annotation used to annotate HK2 injections and
bindings for user custom providers. |
Providers.ProviderRuntime |
ReferenceTransformingFactory.Transformer
Transforming function responsible for transforming an instance of source type
S into an instance of
target type T . |
Class and Description |
---|
ServiceLocatorSupplier
Implementation of this interface is capable of returning
ServiceLocator . |
Class and Description |
---|
ServiceLocatorSupplier
Implementation of this interface is capable of returning
ServiceLocator . |
Class and Description |
---|
ReferencingFactory
Factory that provides injection of the referenced instance.
|
Class and Description |
---|
ContextInjectionResolver
Injection resolver for
@Context injection annotation. |
Class and Description |
---|
ReferencingFactory
Factory that provides injection of the referenced instance.
|
Class and Description |
---|
ReferenceTransformingFactory
An abstract injection factory that provides injection of an instance of target type
T
by transforming
a value of injected source reference Ref<S> . |