Uses of Package
org.glassfish.jersey.internal.inject
-
Packages that use org.glassfish.jersey.internal.inject 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.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.jackson.internal org.glassfish.jersey.jaxb.internal org.glassfish.jersey.jetty Jersey Jetty container classes.org.glassfish.jersey.message.filtering Support for Entity Data Filtering in Jersey.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.filter Provides core server filters.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 Jersey generic Servlet container integration classes.org.glassfish.jersey.servlet.internal Jersey internal Servlet API.org.glassfish.jersey.simple Jersey Simple 6.x container classes. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.client Class Description AbstractBinder Implementation ofBinder
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.InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider.InjectionManagerSupplier Implementation of this interface is capable of returningInjectionManager
.ReferencingFactory Factory that provides injection of the referenced instance. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.client.filter Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.inject.hk2 Class Description AbstractBinder Implementation ofBinder
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 mainBinding
.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.ContextInjectionResolver A marker interface toInjectionResolver<Context>
.DisposableSupplier Supplier extension which is able to callSupplier.get()
method to create a new object and also callDisposableSupplier.dispose(Object)
to make some cleaning code regarding the instance and the specificSupplier
instance.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.InjectionManagerFactory Factory which is able to createInjectionManager
.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 ofInjectionResolver
and its a concrete type.InstanceBinding Injection binding description of a bean bound directly as a specific instance.ServiceHolder Implementation of this class is used as a holder for service instance fromInjectionManager
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. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.internal Class Description AbstractBinder Implementation ofBinder
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.ServiceHolder Implementation of this class is used as a holder for service instance fromInjectionManager
along with other information about the provided service. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.internal.inject Class Description AbstractBinder Implementation ofBinder
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 mainBinding
.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.InjectionManagerFactory Factory which is able to createInjectionManager
.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 ofInjectionResolver
and its a concrete type.InstanceBinding Injection binding description of a bean bound directly as a specific instance.Providers.ProviderRuntime ServiceHolder Implementation of this class is used as a holder for service instance fromInjectionManager
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. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.jackson.internal Class Description AbstractBinder Implementation ofBinder
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. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.jaxb.internal Class Description AbstractBinder Implementation ofBinder
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. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.jetty Class Description AbstractBinder Implementation ofBinder
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.ReferencingFactory Factory that provides injection of the referenced instance. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.message.filtering Class Description AbstractBinder Implementation ofBinder
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.InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.message.internal Class Description AbstractBinder Implementation ofBinder
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 returningInjectionManager
. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.model.internal Class 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.InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider.InjectionManagerSupplier Implementation of this interface is capable of returningInjectionManager
. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.oauth1.signature Class Description AbstractBinder Implementation ofBinder
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. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.process.internal Class Description DisposableSupplier Supplier extension which is able to callSupplier.get()
method to create a new object and also callDisposableSupplier.dispose(Object)
to make some cleaning code regarding the instance and the specificSupplier
instance.InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server Class Description AbstractBinder Implementation ofBinder
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.Binding Abstract injection binding description of a bean.InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.filter Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.internal Class Description AbstractBinder Implementation ofBinder
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. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.internal.inject Class Description Binding Abstract injection binding description of a bean.ContextInjectionResolver A marker interface toInjectionResolver<Context>
.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
). -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.internal.monitoring Class Description AbstractBinder Implementation ofBinder
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.ReferencingFactory Factory that provides injection of the referenced instance. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.internal.process Class Description AbstractBinder Implementation ofBinder
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. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.model Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.model.internal Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.spi Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.wadl.config Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.server.wadl.internal Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.servlet Class Description AbstractBinder Implementation ofBinder
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.ReferencingFactory Factory that provides injection of the referenced instance. -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.servlet.internal Class Description AbstractBinder Implementation ofBinder
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.Injectee An Injectee represents the point of injection.InjectionResolver This class allows users to provide a custom injection target for any annotation (including@Inject
). -
Classes in org.glassfish.jersey.internal.inject used by org.glassfish.jersey.simple Class Description AbstractBinder Implementation ofBinder
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.ReferencingFactory Factory that provides injection of the referenced instance.