Package | Description |
---|---|
org.glassfish.jersey |
Common Jersey core classes.
|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.filter |
Provides core client filters.
|
org.glassfish.jersey.client.internal.inject | |
org.glassfish.jersey.ext.cdi1x.internal |
Jersey internal package supporting Jersey CDI integration.
|
org.glassfish.jersey.ext.cdi1x.internal.spi |
Jersey internal SPI to support custom defined HK2 injection binding for Jersey/CDI applications.
|
org.glassfish.jersey.inject.cdi.se | |
org.glassfish.jersey.inject.cdi.se.bean | |
org.glassfish.jersey.inject.cdi.se.injector | |
org.glassfish.jersey.inject.hk2 | |
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
org.glassfish.jersey.jaxb.internal | |
org.glassfish.jersey.media.sse.internal | |
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.oauth1.signature |
Jersey OAuth 1 Signature API and Implementation.
|
org.glassfish.jersey.process.internal |
Common Jersey internal processing classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
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.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.model.internal |
Jersey server-side internal model related and routing helper classes.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
org.glassfish.jersey.server.wadl.config |
Jersey server-side WADL configuration classes.
|
org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
org.glassfish.jersey.servlet.internal |
Jersey internal Servlet API.
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
AnnotationLiteral
Supports inline instantiation of annotation type instances.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
InjectionManagerSupplier
Implementation of this interface is capable of returning
InjectionManager . |
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
DisposableSupplier
Supplier extension which is able to call
Supplier.get() method to create a new object and also call DisposableSupplier.dispose(Object)
to make some cleaning code regarding the instance and the specific Supplier instance. |
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
Binding
Abstract injection binding description of a bean.
|
ForeignDescriptor
The descriptor holder for an externally provided DI providers.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
InjectionManagerFactory
Factory which is able to create
InjectionManager . |
ServiceHolder
Implementation of this class is used as a holder for service instance from
InjectionManager along with other information about the provided service. |
Class and Description |
---|
ClassBinding
Injection binding description of a bean bound via its a Java class.
|
InjectionResolver
This class allows users to provide a custom injection target for any annotation (including
@Inject ). |
InstanceBinding
Injection binding description of a bean bound directly as a specific instance.
|
SupplierClassBinding
Injection binding description of a bean bound indirectly via a supplier class producing instances of the bound type.
|
SupplierInstanceBinding
Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.
|
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
AnnotationLiteral
Supports inline instantiation of annotation type instances.
|
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
ContextInjectionResolver
A marker interface to
InjectionResolver<Context> . |
Injectee
An Injectee represents the point of injection.
|
InjectionResolver
This class allows users to provide a custom injection target for any annotation (including
@Inject ). |
Class and Description |
---|
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
Binding
Abstract injection binding description of a bean.
|
ForeignDescriptor
The descriptor holder for an externally provided DI providers.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
InjectionManagerFactory
Factory which is able to create
InjectionManager . |
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
AliasBinding
Injection binding description used to describe the aliases to main
Binding . |
AnnotationLiteral
Supports inline instantiation of annotation type instances.
|
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
Binding
Abstract injection binding description of a bean.
|
ClassBinding
Injection binding description of a bean bound via its a Java class.
|
Custom
Qualifier annotation used to annotate HK2 injections and
bindings for user custom providers. |
ForeignDescriptor
The descriptor holder for an externally provided DI providers.
|
Injectee
An Injectee represents the point of injection.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
InjectionResolver
This class allows users to provide a custom injection target for any annotation (including
@Inject ). |
InjectionResolverBinding
Class which has the fields containing the instance of
InjectionResolver and its a concrete type. |
InstanceBinding
Injection binding description of a bean bound directly as a specific instance.
|
ParamConverters.TypeFromString
Provider of
param converter that produce the target Java type instance
by invoking a static fromString(String) method on the target type. |
ServiceHolder
Implementation of this class is used as a holder for service instance from
InjectionManager along with other information about the provided service. |
SupplierClassBinding
Injection binding description of a bean bound indirectly via a supplier class producing instances of the bound type.
|
SupplierInstanceBinding
Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.
|
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
InjectionManagerSupplier
Implementation of this interface is capable of returning
InjectionManager . |
Class and Description |
---|
Binding
Abstract injection binding description of a bean.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
InjectionManagerSupplier
Implementation of this interface is capable of returning
InjectionManager . |
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
AnnotationLiteral
Supports inline instantiation of annotation type instances.
|
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
Binding
Abstract injection binding description of a bean.
|
Class and Description |
---|
Injectee
An Injectee represents the point of injection.
|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
InjectionResolver
This class allows users to provide a custom injection target for any annotation (including
@Inject ). |
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Class and Description |
---|
AbstractBinder
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI. |
Binder
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
Class and Description |
---|
InjectionManager
Interface provides the communication API between Jersey and Dependency Injection provider.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.