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.internal Common Jersey internal API 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.process.internal Common Jersey internal processing classes.org.glassfish.jersey.spi Common Jersey service provider contract (SPI) 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.internal Class Description AbstractBinder Implementation ofBinderinterface 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.internal.inject Class Description AbstractBinder Implementation ofBinderinterface 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 annotationused 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 ofInjectionResolverand its a concrete type.InstanceBinding Injection binding description of a bean bound directly as a specific instance.ParamConverters.TypeFromString Provider ofparam converterthat produce the target Java type instance by invoking a staticfromString(String)method on the target type.ServiceHolder Implementation of this class is used as a holder for service instance fromInjectionManageralong 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.message.internal Class Description AbstractBinder Implementation ofBinderinterface 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 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.process.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.spi Class Description InjectionManager Interface provides the communication API between Jersey and Dependency Injection provider.