All Classes and Interfaces

Class
Description
Helper class to register a Bean into CDI BeanManager.
Pair of a binding and corresponding Jersey beans.
Processes a provided class and selects the valid constructor with the largest number of parameters.
Each Client Runtime has a unique CdiClientInjectionManager, which passes proper InternalBinding to the Weld.
SPI implementation of InjectionManagerFactory which provides a new instance of CDI InjectionManager.
CDI Injection Manager Factory base class that holds the current bean manager.
Implementation of the request context.
CDI Request scope implementation using Weld-specific BoundRequestContext which allows pass on storage for request-scoped objects.
Creates an implementation of Bean interface using Jersey's ClassBinding.
 
Injection resolver for @Context injection annotation.
Context injection resolver binder.
 
An implementation of GenericArrayType for those times we need to create this on the fly.
 
Instance bean to be created in the pre-initialization phase and initialized after Jersey is bootstrap.
Injection binding description of a bean bound directly as a specific instance to be created in a pre-initialization phase and initialized in runtime.
Supplier instance binding to be created in the pre-initialization phase and initialized in runtime.
Creates an implementation of Bean interface using Jersey's SupplierInstanceBinding.
Utility class for processing of an injection.
 
Jersey-specific abstract class which implements Bean interface.
Jersey implementation of CreationalContext holding an instance of the client InjectionManager.
Class that creates a new instance using the provided constructor, selects and injects the values.
Wrapper for InjectionTarget that implements the functionality of injecting using JAX-RS annotations into provided instances.
An implementation of an instantiator capable of instantiating different instance for the client and server side.
Defines string formatting method for each constant in the resource file
A Binding to be able to be compared and matched in the runtime to be properly initialized.
Matching object that represents the level of a match between two bindings.
 
Internal granularity of a Matching.
This exception can contain multiple other exceptions.
Simple implementation of ParameterizedType.
CDI Class Bean represents CdiRequestScope.
Creates an implementation of Bean interface using Jersey's SupplierClassBinding.
An implementation of InjectionTarget that just wraps the provided InjectionTarget because of additional features in an injection phase.